xref: /haiku/src/tests/system/libroot/posix/Jamfile (revision a4f6a81235ca2522c01f532de13cad9b729d4029)
1SubDir HAIKU_TOP src tests system libroot posix ;
2
3SetSubDirSupportedPlatforms libbe_test ;
4UsePrivateHeaders syslog_daemon ;
5
6SimpleTest SyslogTest
7	: SyslogTest.cpp syslog.cpp
8	;
9
10SimpleTest flock_test
11	: flock_test.cpp
12	;
13
14SimpleTest setjmp_test
15	: setjmp_test.c
16	;
17
18# Tell Jam where to find these sources
19SEARCH on [ FGristFiles
20		syslog.cpp
21	] = [ FDirName $(HAIKU_TOP) src system libroot posix ] ;
22
23SubInclude HAIKU_TOP src tests system libroot posix bonnie ;
24SubInclude HAIKU_TOP src tests system libroot posix math ;
25