diff --git a/src/tests/kernel/boot/heap/Jamfile b/src/tests/kernel/boot/heap/Jamfile index 48b87a45ed..45169641dd 100644 --- a/src/tests/kernel/boot/heap/Jamfile +++ b/src/tests/kernel/boot/heap/Jamfile @@ -6,7 +6,7 @@ UsePrivateHeaders kernel ; SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ; SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ; -ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free ; +ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free HEAP_TEST=1 ; # This lets the correct stdio.h header be available # on the build platform.