xref: /haiku/src/tests/system/boot/heap/Jamfile (revision 625990fbb9ae92450bac89d7ee5853b0385c85fc)
177b1fd22SAxel DörflerSubDir HAIKU_TOP src tests system boot heap ;
277b1fd22SAxel Dörfler
3*625990fbSAxel DörflerUsePrivateKernelHeaders ;
477b1fd22SAxel Dörfler
5*625990fbSAxel DörflerObjectDefines heap.cpp : malloc=heap_malloc free=heap_free realloc=heap_realloc
6*625990fbSAxel Dörfler	HEAP_TEST=1 ;
777b1fd22SAxel Dörfler
8*625990fbSAxel DörflerSimpleTest heapTest :
977b1fd22SAxel Dörfler	heapTest.cpp
1077b1fd22SAxel Dörfler
11*625990fbSAxel Dörfler	# from the boot loader:
1277b1fd22SAxel Dörfler	heap.cpp
1377b1fd22SAxel Dörfler;
1477b1fd22SAxel Dörfler
1577b1fd22SAxel Dörfler# Tell Jam where to find the utility sources
1677b1fd22SAxel DörflerSEARCH on [ FGristFiles
1777b1fd22SAxel Dörfler		heap.cpp
1877b1fd22SAxel Dörfler	] = [ FDirName $(HAIKU_TOP) src system boot loader ] ;
19