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 1412b5c184SPhilippe HoudoinSimpleTest fifo_poll_test : fifo_poll_test.cpp ; 1512b5c184SPhilippe Houdoin 16*a9f415f0SJérôme DuvalSimpleTest hello_avx : hello_avx.c ; 17*a9f415f0SJérôme Duvallocal avxSource = [ FGristFiles hello_avx.c ] ; 18*a9f415f0SJérôme Duvallocal avxObject = $(avxSource:S=$(SUFOBJ)) ; 19*a9f415f0SJérôme DuvalCCFLAGS on $(avxObject) = -mavx ; 20*a9f415f0SJérôme Duval 2156376843SAxel DörflerSimpleTest live_query : 2256376843SAxel Dörfler live_query.cpp 2356376843SAxel Dörfler : be 2456376843SAxel Dörfler; 2556376843SAxel Dörfler 2634ce5866SIngo WeinholdSimpleTest lock_node_test : 2734ce5866SIngo Weinhold lock_node_test.cpp 2834ce5866SIngo Weinhold : be 2934ce5866SIngo Weinhold; 3034ce5866SIngo Weinhold 3175e7a5adSAxel DörflerSimpleTest node_monitor_test : 3275e7a5adSAxel Dörfler node_monitor_test.cpp 3375e7a5adSAxel Dörfler : be 3475e7a5adSAxel Dörfler; 3575e7a5adSAxel Dörfler 36063a092fSIngo WeinholdSimpleTest page_fault_cache_merge_test : page_fault_cache_merge_test.cpp ; 37063a092fSIngo Weinhold 3891e9d17cSIngo WeinholdSimpleTest path_resolution_test : path_resolution_test.cpp ; 3991e9d17cSIngo Weinhold 40cbe5f245SAxel DörflerSimpleTest port_close_test_1 : port_close_test_1.cpp ; 41cbe5f245SAxel DörflerSimpleTest port_close_test_2 : port_close_test_2.cpp ; 4289107618SMarcus Overhagen 43cbe5f245SAxel DörflerSimpleTest port_delete_test : port_delete_test.cpp ; 44da9b743bSMarcus Overhagen 4569725587SAxel DörflerSimpleTest port_multi_read_test : port_multi_read_test.cpp ; 4669725587SAxel Dörfler 47cbe5f245SAxel DörflerSimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ; 48cbe5f245SAxel DörflerSimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ; 49cbe5f245SAxel DörflerSimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ; 50cbe5f245SAxel DörflerSimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ; 51cbe5f245SAxel DörflerSimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ; 52cbe5f245SAxel DörflerSimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ; 53cbe5f245SAxel DörflerSimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ; 54cbe5f245SAxel DörflerSimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ; 55cbe5f245SAxel DörflerSimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ; 567f832a1dSMarcus Overhagen 57fba84f08SIngo WeinholdSimpleTest mmap_resize_test : mmap_resize_test.cpp ; 58fba84f08SIngo Weinhold 59fb6387f2SXiang FanSimpleTest null_poll_test : null_poll_test.cpp ; 60fb6387f2SXiang Fan 614b6cb4f5SAxel DörflerSimpleTest reserved_areas_test : reserved_areas_test.cpp ; 624b6cb4f5SAxel Dörfler 63f5ede4ecSIngo WeinholdSimpleTest select_check : select_check.cpp ; 64f5ede4ecSIngo WeinholdSimpleTest select_close_test : select_close_test.cpp ; 65f5ede4ecSIngo Weinhold 66ccce5afaSIngo WeinholdSimpleTest sem_acquire_test1 : sem_acquire_test1.cpp : be ; 67ccce5afaSIngo Weinhold 68e72e5275SIngo WeinholdSimpleTest spinlock_contention : spinlock_contention.cpp ; 69e72e5275SIngo Weinhold 7016d5c24eSOliver TappeSimpleTest syscall_restart_test : syscall_restart_test.cpp 71220d0402SOliver Tappe : network [ TargetLibsupc++ ] ; 728b3b2b4fSIngo Weinhold 73cbe5f245SAxel DörflerSimpleTest syscall_time : syscall_time.cpp ; 747f832a1dSMarcus Overhagen 7534ce5866SIngo WeinholdSimpleTest transfer_area_test : transfer_area_test.cpp ; 7677b1fd22SAxel Dörfler 7756a16fd0SAxel DörflerSimpleTest wait_test_1 : wait_test_1.c ; 7856a16fd0SAxel DörflerSimpleTest wait_test_2 : wait_test_2.cpp ; 7956a16fd0SAxel DörflerSimpleTest wait_test_3 : wait_test_3.cpp ; 8056a16fd0SAxel DörflerSimpleTest wait_test_4 : wait_test_4.cpp ; 815839b2dfSJérôme Duval 82b16fdbd6SIngo WeinholdSimpleTest wait_for_objects_test : wait_for_objects_test.cpp ; 83b16fdbd6SIngo Weinhold 84f5ede4ecSIngo WeinholdSimpleTest yield_test : yield_test.cpp ; 85f5ede4ecSIngo Weinhold 8668da2499SIngo WeinholdSimpleTest sigint_bug113_test : sigint_bug113_test.cpp ; 8768da2499SIngo Weinhold 8868f20814SIngo WeinholdSimpleTest set_area_protection_test1 : set_area_protection_test1.cpp ; 8968f20814SIngo Weinhold 909121620dSAxel DörflerSimpleTest sigsuspend_test : sigsuspend_test.cpp ; 9168da2499SIngo Weinhold 9277b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel cache ; 93663b8004SAxel DörflerSubInclude HAIKU_TOP src tests system kernel fs ; 9477b1fd22SAxel Dörfler#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ; 95b12912beSJérôme DuvalSubInclude HAIKU_TOP src tests system kernel device_manager ; 961e0ea42aSIngo WeinholdSubInclude HAIKU_TOP src tests system kernel file_corruption ; 97dd980a19SAxel DörflerSubInclude HAIKU_TOP src tests system kernel scheduler ; 98cd957560SHugo SantosSubInclude HAIKU_TOP src tests system kernel slab ; 99d80bf853SIngo WeinholdSubInclude HAIKU_TOP src tests system kernel swap ; 100933764d7SIngo WeinholdSubInclude HAIKU_TOP src tests system kernel unit ; 10177b1fd22SAxel DörflerSubInclude HAIKU_TOP src tests system kernel util ; 102fe8b46fbSKacper KasperSubInclude HAIKU_TOP src tests system kernel vm ; 103