xref: /haiku/src/tests/system/kernel/Jamfile (revision 8b3b2b4ff18e5240ef8efa91ee69f7cefbaf5884)
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
634ce5866SIngo WeinholdSimpleTest cow_bug113_test : cow_bug113_test.cpp ;
734ce5866SIngo Weinhold
8cbe5f245SAxel DörflerSimpleTest fibo_load_image : fibo_load_image.cpp ;
9f9e49fedSAxel DörflerSimpleTest fibo_fork : fibo_fork.cpp ;
1023bd6929SAxel DörflerSimpleTest fibo_exec : fibo_exec.cpp ;
1189107618SMarcus Overhagen
1234ce5866SIngo WeinholdSimpleTest lock_node_test :
1334ce5866SIngo Weinhold	lock_node_test.cpp
1434ce5866SIngo Weinhold	: be
1534ce5866SIngo Weinhold;
1634ce5866SIngo Weinhold
17cbe5f245SAxel DörflerSimpleTest port_close_test_1 : port_close_test_1.cpp ;
18cbe5f245SAxel DörflerSimpleTest port_close_test_2 : port_close_test_2.cpp ;
1989107618SMarcus Overhagen
20cbe5f245SAxel DörflerSimpleTest port_delete_test : port_delete_test.cpp ;
21da9b743bSMarcus Overhagen
22cbe5f245SAxel DörflerSimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ;
23cbe5f245SAxel DörflerSimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ;
24cbe5f245SAxel DörflerSimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ;
25cbe5f245SAxel DörflerSimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ;
26cbe5f245SAxel DörflerSimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ;
27cbe5f245SAxel DörflerSimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ;
28cbe5f245SAxel DörflerSimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ;
29cbe5f245SAxel DörflerSimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ;
30cbe5f245SAxel DörflerSimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ;
317f832a1dSMarcus Overhagen
32f5ede4ecSIngo WeinholdSimpleTest select_check : select_check.cpp ;
33f5ede4ecSIngo WeinholdSimpleTest select_close_test : select_close_test.cpp ;
34f5ede4ecSIngo Weinhold
35*8b3b2b4fSIngo WeinholdSimpleTest syscall_restart_test : syscall_restart_test.cpp : network ;
36*8b3b2b4fSIngo Weinhold
37dc5e0118SIngo WeinholdSetSupportedPlatformsForTarget syscall_time
38dc5e0118SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
39cbe5f245SAxel DörflerSimpleTest syscall_time : syscall_time.cpp ;
407f832a1dSMarcus Overhagen
4134ce5866SIngo WeinholdSimpleTest transfer_area_test : transfer_area_test.cpp ;
4277b1fd22SAxel Dörfler
4356a16fd0SAxel DörflerSimpleTest wait_test_1 : wait_test_1.c ;
4456a16fd0SAxel DörflerSimpleTest wait_test_2 : wait_test_2.cpp ;
4556a16fd0SAxel DörflerSimpleTest wait_test_3 : wait_test_3.cpp ;
4656a16fd0SAxel DörflerSimpleTest wait_test_4 : wait_test_4.cpp ;
475839b2dfSJérôme Duval
48b16fdbd6SIngo WeinholdSimpleTest wait_for_objects_test : wait_for_objects_test.cpp ;
49b16fdbd6SIngo Weinhold
50f5ede4ecSIngo WeinholdSimpleTest yield_test : yield_test.cpp ;
51f5ede4ecSIngo Weinhold
5268da2499SIngo WeinholdSetSupportedPlatformsForTarget sigint_bug113_test
5368da2499SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
5468da2499SIngo WeinholdSimpleTest sigint_bug113_test : sigint_bug113_test.cpp ;
5568da2499SIngo Weinhold
5668f20814SIngo WeinholdSetSupportedPlatformsForTarget set_area_protection_test1
5768f20814SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
5868f20814SIngo WeinholdSimpleTest set_area_protection_test1 : set_area_protection_test1.cpp ;
5968f20814SIngo Weinhold
609121620dSAxel DörflerSimpleTest sigsuspend_test : sigsuspend_test.cpp ;
6168da2499SIngo Weinhold
6277b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ;
6377b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
64b12912beSJérôme DuvalSubInclude HAIKU_TOP src tests system kernel device_manager ;
65dd980a19SAxel DörflerSubInclude HAIKU_TOP src tests system kernel scheduler ;
66cd957560SHugo SantosSubInclude HAIKU_TOP src tests system kernel slab ;
6777b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ;
68