⛏️ index : haiku.git

SubDir HAIKU_TOP src tests system kernel ;

UsePrivateKernelHeaders ;
UsePrivateHeaders shared ;

SimpleTest advisory_locking_test : advisory_locking_test.cpp ;

SimpleTest fibo_load_image : fibo_load_image.cpp ;
SimpleTest fibo_fork : fibo_fork.cpp ;
SimpleTest fibo_exec : fibo_exec.cpp ;

SimpleTest fifo_poll_test : fifo_poll_test.cpp ;

SimpleTest hello_avx : hello_avx.c ;
local avxSource = [ FGristFiles hello_avx.c ] ;
local avxObject = $(avxSource:S=$(SUFOBJ)) ;
CCFLAGS on $(avxObject) = -mavx ;

SimpleTest fp_excepts_test : fp_excepts.c ;

SimpleTest live_query :
	live_query.cpp
	: be [ TargetLibsupc++ ]
;

SimpleTest lock_node_test :
	lock_node_test.cpp
	: be
;

SimpleTest node_monitor_test :
	node_monitor_test.cpp
	: be
;

SimpleTest path_resolution_test : path_resolution_test.cpp ;

SimpleTest port_close_test_1 : port_close_test_1.cpp ;
SimpleTest port_close_test_2 : port_close_test_2.cpp ;

SimpleTest port_delete_test : port_delete_test.cpp ;

SimpleTest port_multi_read_test : port_multi_read_test.cpp ;

SimpleTest port_wakeup_test_1 : port_wakeup_test_1.cpp ;
SimpleTest port_wakeup_test_2 : port_wakeup_test_2.cpp ;
SimpleTest port_wakeup_test_3 : port_wakeup_test_3.cpp ;
SimpleTest port_wakeup_test_4 : port_wakeup_test_4.cpp ;
SimpleTest port_wakeup_test_5 : port_wakeup_test_5.cpp ;
SimpleTest port_wakeup_test_6 : port_wakeup_test_6.cpp ;
SimpleTest port_wakeup_test_7 : port_wakeup_test_7.cpp ;
SimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ;
SimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ;

SimpleTest null_poll_test : null_poll_test.cpp ;

SimpleTest select_check : select_check.cpp ;
SimpleTest select_close_test : select_close_test.cpp ;

SimpleTest sem_acquire_test1 : sem_acquire_test1.cpp : be ;

SimpleTest spinlock_contention : spinlock_contention.cpp ;

SimpleTest syscall_restart_test : syscall_restart_test.cpp
	: network [ TargetLibsupc++ ] ;

SimpleTest syscall_time : syscall_time.cpp ;

SimpleTest wait_test_1 : wait_test_1.c ;
SimpleTest wait_test_2 : wait_test_2.cpp ;
SimpleTest wait_test_3 : wait_test_3.cpp ;
SimpleTest wait_test_4 : wait_test_4.cpp ;

SimpleTest wait_for_objects_test : wait_for_objects_test.cpp ;

SimpleTest yield_test : yield_test.cpp ;

SimpleTest sigint_bug113_test : sigint_bug113_test.cpp ;

SimpleTest sigsuspend_test : sigsuspend_test.cpp ;

SubInclude HAIKU_TOP src tests system kernel cache ;
SubInclude HAIKU_TOP src tests system kernel fs ;
SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
SubInclude HAIKU_TOP src tests system kernel device_manager ;
SubInclude HAIKU_TOP src tests system kernel file_corruption ;
SubInclude HAIKU_TOP src tests system kernel scheduler ;
SubInclude HAIKU_TOP src tests system kernel slab ;
SubInclude HAIKU_TOP src tests system kernel swap ;
SubInclude HAIKU_TOP src tests system kernel unit ;
SubInclude HAIKU_TOP src tests system kernel util ;
SubInclude HAIKU_TOP src tests system kernel vm ;