xref: /haiku/src/tests/system/kernel/Jamfile (revision d3d8b26997fac34a84981e6d2b649521de2cc45a)
1SubDir HAIKU_TOP src tests system kernel ;
2
3UsePrivateHeaders kernel ;
4UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
5
6SimpleTest port_close_test_1 :
7	port_close_test_1.cpp
8	;
9
10SimpleTest port_close_test_2 :
11	port_close_test_2.cpp
12	;
13
14SimpleTest port_delete_test :
15	port_delete_test.cpp
16	;
17
18SimpleTest port_wakeup_test_1 :
19	port_wakeup_test_1.cpp
20	;
21
22SimpleTest port_wakeup_test_2 :
23	port_wakeup_test_2.cpp
24	;
25
26SimpleTest port_wakeup_test_3 :
27	port_wakeup_test_3.cpp
28	;
29
30SimpleTest port_wakeup_test_4 :
31	port_wakeup_test_4.cpp
32	;
33
34SimpleTest port_wakeup_test_5 :
35	port_wakeup_test_5.cpp
36	;
37
38SimpleTest port_wakeup_test_6 :
39	port_wakeup_test_6.cpp
40	;
41
42SimpleTest port_wakeup_test_7 :
43	port_wakeup_test_7.cpp
44	;
45
46SimpleTest port_wakeup_test_8 :
47	port_wakeup_test_8.cpp
48	;
49
50SimpleTest port_wakeup_test_9 :
51	port_wakeup_test_9.cpp
52	;
53
54SimpleTest transfer_area_test :
55	transfer_area_test.cpp
56	;
57
58SimpleTest syscall_time :
59	syscall_time.cpp
60	;
61
62SimpleTest yield_test :
63	yield_test.cpp
64	;
65
66SubInclude HAIKU_TOP src tests system kernel cache ;
67#SubInclude HAIKU_TOP src tests system kernel disk_device_manager ;
68SubInclude HAIKU_TOP src tests system kernel util ;
69