xref: /haiku/src/tests/system/kernel/Jamfile (revision cbe5f24524ed188e4c0d7aaa4403ab7f22b92c8b)
177b1fd22SAxel DörflerSubDir HAIKU_TOP src tests system kernel ;
277b1fd22SAxel Dörfler
377b1fd22SAxel DörflerUsePrivateHeaders kernel ;
4204131dcSAxel DörflerUseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
577b1fd22SAxel Dörfler
6*cbe5f245SAxel DörflerSimpleTest fibo_load_image : fibo_load_image.cpp ;
7*cbe5f245SAxel Dörfler#SimpleTest fibo_fork : fibo_fork.cpp ;
8*cbe5f245SAxel Dörfler#SimpleTest fibo_exec : fibo_exec.cpp ;
989107618SMarcus Overhagen
10*cbe5f245SAxel DörflerSimpleTest port_close_test_1 : port_close_test_1.cpp ;
11*cbe5f245SAxel DörflerSimpleTest port_close_test_2 : port_close_test_2.cpp ;
1289107618SMarcus Overhagen
13*cbe5f245SAxel DörflerSimpleTest port_delete_test : port_delete_test.cpp ;
14da9b743bSMarcus Overhagen
15*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ;
16*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ;
17*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ;
18*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ;
19*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ;
20*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ;
21*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ;
22*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ;
23*cbe5f245SAxel DörflerSimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ;
247f832a1dSMarcus Overhagen
25*cbe5f245SAxel DörflerSimpleTest transfer_area_test : transfer_area_test.cpp ;
267f832a1dSMarcus Overhagen
27*cbe5f245SAxel DörflerSimpleTest syscall_time : syscall_time.cpp ;
287f832a1dSMarcus Overhagen
29*cbe5f245SAxel DörflerSimpleTest yield_test : yield_test.cpp ;
3077b1fd22SAxel Dörfler
317a9de5d1SAxel DörflerSimpleTest lock_node_test :
327a9de5d1SAxel Dörfler	lock_node_test.cpp
337a9de5d1SAxel Dörfler	: be
347a9de5d1SAxel Dörfler	;
357a9de5d1SAxel Dörfler
3677b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ;
3777b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
38b12912beSJérôme DuvalSubInclude HAIKU_TOP src tests system kernel device_manager ;
3977b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ;
40