1SubDir HAIKU_TOP src tests system boot heap ; 2 3UsePrivateKernelHeaders ; 4 5ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free realloc=heap_realloc 6 HEAP_TEST=1 ; 7 8SimpleTest heapTest : 9 heapTest.cpp 10 11 # from the boot loader: 12 heap.cpp 13; 14 15# Tell Jam where to find the utility sources 16SEARCH on [ FGristFiles 17 heap.cpp 18 ] = [ FDirName $(HAIKU_TOP) src system boot loader ] ; 19