xref: /haiku/src/tests/system/kernel/Jamfile (revision 75e7a5adaef4b6619083ec554e1fab8d0d7aeb54)
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
1456376843SAxel DörflerSimpleTest live_query :
1556376843SAxel Dörfler	live_query.cpp
1656376843SAxel Dörfler	: be
1756376843SAxel Dörfler;
1856376843SAxel Dörfler
1934ce5866SIngo WeinholdSimpleTest lock_node_test :
2034ce5866SIngo Weinhold	lock_node_test.cpp
2134ce5866SIngo Weinhold	: be
2234ce5866SIngo Weinhold;
2334ce5866SIngo Weinhold
24*75e7a5adSAxel DörflerSimpleTest node_monitor_test :
25*75e7a5adSAxel Dörfler	node_monitor_test.cpp
26*75e7a5adSAxel Dörfler	: be
27*75e7a5adSAxel Dörfler;
28*75e7a5adSAxel Dörfler
29063a092fSIngo WeinholdSimpleTest page_fault_cache_merge_test : page_fault_cache_merge_test.cpp ;
30063a092fSIngo Weinhold
3191e9d17cSIngo WeinholdSimpleTest path_resolution_test : path_resolution_test.cpp ;
3291e9d17cSIngo Weinhold
33cbe5f245SAxel DörflerSimpleTest port_close_test_1 : port_close_test_1.cpp ;
34cbe5f245SAxel DörflerSimpleTest port_close_test_2 : port_close_test_2.cpp ;
3589107618SMarcus Overhagen
36cbe5f245SAxel DörflerSimpleTest port_delete_test : port_delete_test.cpp ;
37da9b743bSMarcus Overhagen
3869725587SAxel DörflerSimpleTest port_multi_read_test : port_multi_read_test.cpp ;
3969725587SAxel Dörfler
40cbe5f245SAxel DörflerSimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ;
41cbe5f245SAxel DörflerSimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ;
42cbe5f245SAxel DörflerSimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ;
43cbe5f245SAxel DörflerSimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ;
44cbe5f245SAxel DörflerSimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ;
45cbe5f245SAxel DörflerSimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ;
46cbe5f245SAxel DörflerSimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ;
47cbe5f245SAxel DörflerSimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ;
48cbe5f245SAxel DörflerSimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ;
497f832a1dSMarcus Overhagen
504b6cb4f5SAxel DörflerSimpleTest reserved_areas_test : reserved_areas_test.cpp ;
514b6cb4f5SAxel Dörfler
52f5ede4ecSIngo WeinholdSimpleTest select_check : select_check.cpp ;
53f5ede4ecSIngo WeinholdSimpleTest select_close_test : select_close_test.cpp ;
54f5ede4ecSIngo Weinhold
55ccce5afaSIngo WeinholdSimpleTest sem_acquire_test1 : sem_acquire_test1.cpp : be ;
56ccce5afaSIngo Weinhold
57e72e5275SIngo WeinholdSimpleTest spinlock_contention : spinlock_contention.cpp ;
58e72e5275SIngo Weinhold
5916d5c24eSOliver TappeSimpleTest syscall_restart_test : syscall_restart_test.cpp
6016d5c24eSOliver Tappe	: network $(TARGET_LIBSUPC++) ;
618b3b2b4fSIngo Weinhold
62dc5e0118SIngo WeinholdSetSupportedPlatformsForTarget syscall_time
63dc5e0118SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
64cbe5f245SAxel DörflerSimpleTest syscall_time : syscall_time.cpp ;
657f832a1dSMarcus Overhagen
6634ce5866SIngo WeinholdSimpleTest transfer_area_test : transfer_area_test.cpp ;
6777b1fd22SAxel Dörfler
6856a16fd0SAxel DörflerSimpleTest wait_test_1 : wait_test_1.c ;
6956a16fd0SAxel DörflerSimpleTest wait_test_2 : wait_test_2.cpp ;
7056a16fd0SAxel DörflerSimpleTest wait_test_3 : wait_test_3.cpp ;
7156a16fd0SAxel DörflerSimpleTest wait_test_4 : wait_test_4.cpp ;
725839b2dfSJérôme Duval
73b16fdbd6SIngo WeinholdSimpleTest wait_for_objects_test : wait_for_objects_test.cpp ;
74b16fdbd6SIngo Weinhold
75f5ede4ecSIngo WeinholdSimpleTest yield_test : yield_test.cpp ;
76f5ede4ecSIngo Weinhold
7768da2499SIngo WeinholdSetSupportedPlatformsForTarget sigint_bug113_test
7868da2499SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
7968da2499SIngo WeinholdSimpleTest sigint_bug113_test : sigint_bug113_test.cpp ;
8068da2499SIngo Weinhold
8168f20814SIngo WeinholdSetSupportedPlatformsForTarget set_area_protection_test1
8268f20814SIngo Weinhold	: $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) ;
8368f20814SIngo WeinholdSimpleTest set_area_protection_test1 : set_area_protection_test1.cpp ;
8468f20814SIngo Weinhold
859121620dSAxel DörflerSimpleTest sigsuspend_test : sigsuspend_test.cpp ;
8668da2499SIngo Weinhold
8777b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ;
8877b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
89b12912beSJérôme DuvalSubInclude HAIKU_TOP src tests system kernel device_manager ;
90dd980a19SAxel DörflerSubInclude HAIKU_TOP src tests system kernel scheduler ;
91cd957560SHugo SantosSubInclude HAIKU_TOP src tests system kernel slab ;
92d80bf853SIngo WeinholdSubInclude HAIKU_TOP src tests system kernel swap ;
93933764d7SIngo WeinholdSubInclude HAIKU_TOP src tests system kernel unit ;
9477b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ;
95