xref: /haiku/src/tests/system/kernel/Jamfile (revision 4b6cb4f5ad20f85554f8aab4f5acfb5a979980a2)
177b1fd22SAxel DörflerSubDir HAIKU_TOP src tests system kernel ;
277b1fd22SAxel Dörfler
3e72e5275SIngo WeinholdUsePrivateKernelHeaders ;
449de5a2fSIngo WeinholdUsePrivateHeaders shared ;
577b1fd22SAxel Dörfler
6b4c82732SAxel DörflerSimpleTest advisory_locking_test : advisory_locking_test.cpp ;
7b4c82732SAxel Dörfler
834ce5866SIngo WeinholdSimpleTest cow_bug113_test : cow_bug113_test.cpp ;
934ce5866SIngo Weinhold
10cbe5f245SAxel DörflerSimpleTest fibo_load_image : fibo_load_image.cpp ;
11f9e49fedSAxel DörflerSimpleTest fibo_fork : fibo_fork.cpp ;
1223bd6929SAxel DörflerSimpleTest fibo_exec : fibo_exec.cpp ;
1389107618SMarcus Overhagen
1434ce5866SIngo WeinholdSimpleTest lock_node_test :
1534ce5866SIngo Weinhold	lock_node_test.cpp
1634ce5866SIngo Weinhold	: be
1734ce5866SIngo Weinhold;
1834ce5866SIngo Weinhold
19063a092fSIngo WeinholdSimpleTest page_fault_cache_merge_test : page_fault_cache_merge_test.cpp ;
20063a092fSIngo Weinhold
2191e9d17cSIngo WeinholdSimpleTest path_resolution_test : path_resolution_test.cpp ;
2291e9d17cSIngo Weinhold
23cbe5f245SAxel DörflerSimpleTest port_close_test_1 : port_close_test_1.cpp ;
24cbe5f245SAxel DörflerSimpleTest port_close_test_2 : port_close_test_2.cpp ;
2589107618SMarcus Overhagen
26cbe5f245SAxel DörflerSimpleTest port_delete_test : port_delete_test.cpp ;
27da9b743bSMarcus Overhagen
28cbe5f245SAxel DörflerSimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ;
29cbe5f245SAxel DörflerSimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ;
30cbe5f245SAxel DörflerSimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ;
31cbe5f245SAxel DörflerSimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ;
32cbe5f245SAxel DörflerSimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ;
33cbe5f245SAxel DörflerSimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ;
34cbe5f245SAxel DörflerSimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ;
35cbe5f245SAxel DörflerSimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ;
36cbe5f245SAxel DörflerSimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ;
377f832a1dSMarcus Overhagen
38*4b6cb4f5SAxel DörflerSimpleTest reserved_areas_test : reserved_areas_test.cpp ;
39*4b6cb4f5SAxel Dörfler
40f5ede4ecSIngo WeinholdSimpleTest select_check : select_check.cpp ;
41f5ede4ecSIngo WeinholdSimpleTest select_close_test : select_close_test.cpp ;
42f5ede4ecSIngo Weinhold
43ccce5afaSIngo WeinholdSimpleTest sem_acquire_test1 : sem_acquire_test1.cpp : be ;
44ccce5afaSIngo Weinhold
45e72e5275SIngo WeinholdSimpleTest spinlock_contention : spinlock_contention.cpp ;
46e72e5275SIngo Weinhold
4716d5c24eSOliver TappeSimpleTest syscall_restart_test : syscall_restart_test.cpp
4816d5c24eSOliver Tappe	: network $(TARGET_LIBSUPC++) ;
498b3b2b4fSIngo Weinhold
50dc5e0118SIngo WeinholdSetSupportedPlatformsForTarget syscall_time
51dc5e0118SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
52cbe5f245SAxel DörflerSimpleTest syscall_time : syscall_time.cpp ;
537f832a1dSMarcus Overhagen
5434ce5866SIngo WeinholdSimpleTest transfer_area_test : transfer_area_test.cpp ;
5577b1fd22SAxel Dörfler
5656a16fd0SAxel DörflerSimpleTest wait_test_1 : wait_test_1.c ;
5756a16fd0SAxel DörflerSimpleTest wait_test_2 : wait_test_2.cpp ;
5856a16fd0SAxel DörflerSimpleTest wait_test_3 : wait_test_3.cpp ;
5956a16fd0SAxel DörflerSimpleTest wait_test_4 : wait_test_4.cpp ;
605839b2dfSJérôme Duval
61b16fdbd6SIngo WeinholdSimpleTest wait_for_objects_test : wait_for_objects_test.cpp ;
62b16fdbd6SIngo Weinhold
63f5ede4ecSIngo WeinholdSimpleTest yield_test : yield_test.cpp ;
64f5ede4ecSIngo Weinhold
6568da2499SIngo WeinholdSetSupportedPlatformsForTarget sigint_bug113_test
6668da2499SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
6768da2499SIngo WeinholdSimpleTest sigint_bug113_test : sigint_bug113_test.cpp ;
6868da2499SIngo Weinhold
6968f20814SIngo WeinholdSetSupportedPlatformsForTarget set_area_protection_test1
7068f20814SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
7168f20814SIngo WeinholdSimpleTest set_area_protection_test1 : set_area_protection_test1.cpp ;
7268f20814SIngo Weinhold
739121620dSAxel DörflerSimpleTest sigsuspend_test : sigsuspend_test.cpp ;
7468da2499SIngo Weinhold
7577b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ;
7677b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
77b12912beSJérôme DuvalSubInclude HAIKU_TOP src tests system kernel device_manager ;
78dd980a19SAxel DörflerSubInclude HAIKU_TOP src tests system kernel scheduler ;
79cd957560SHugo SantosSubInclude HAIKU_TOP src tests system kernel slab ;
80d80bf853SIngo WeinholdSubInclude HAIKU_TOP src tests system kernel swap ;
8177b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ;
82