xref: /haiku/src/tests/system/kernel/Jamfile (revision 77b1fd224322628748a663de467af3775a474690)
1*77b1fd22SAxel DörflerSubDir HAIKU_TOP src tests system kernel ;
2*77b1fd22SAxel Dörfler
3*77b1fd22SAxel DörflerUsePrivateHeaders kernel ;
4*77b1fd22SAxel Dörfler
5*77b1fd22SAxel Dörflerif $(TARGET_PLATFORM) = r5 {
6*77b1fd22SAxel Dörfler	LIBROOT = root ;
7*77b1fd22SAxel Dörfler} else {
8*77b1fd22SAxel Dörfler	LIBROOT = libroot.so ;
9*77b1fd22SAxel Dörfler}
10*77b1fd22SAxel Dörfler
11*77b1fd22SAxel DörflerSimpleTest transfer_area_test :
12*77b1fd22SAxel Dörfler	transfer_area_test.cpp
13*77b1fd22SAxel Dörfler	: libroot.so ;
14*77b1fd22SAxel Dörfler
15*77b1fd22SAxel DörflerSimpleTest syscall_time :
16*77b1fd22SAxel Dörfler	syscall_time.cpp
17*77b1fd22SAxel Dörfler	: $(LIBROOT) ;
18*77b1fd22SAxel Dörfler
19*77b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ;
20*77b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
21*77b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ;
22