1SubDir HAIKU_TOP src tests system libroot posix ; 2 3UsePrivateHeaders syslog_daemon ; 4 5SimpleTest SyslogTest 6 : SyslogTest.cpp syslog.cpp 7; 8 9SimpleTest flock_test 10 : flock_test.cpp 11; 12 13SimpleTest signal_test 14 : signal_test.cpp 15; 16 17SimpleTest setpgid_test : setpgid_test.cpp ; 18 19SimpleTest setjmp_test 20 : setjmp_test.c 21; 22 23SimpleTest sigsetjmp_test 24 : sigsetjmp_test.c 25; 26 27SimpleTest truncate 28 : truncate.cpp 29; 30 31SimpleTest init_rld_after_fork_test 32 : init_rld_after_fork_test.cpp 33; 34 35# Tell Jam where to find these sources 36SEARCH on [ FGristFiles 37 syslog.cpp 38 ] = [ FDirName $(HAIKU_TOP) src system libroot posix ] ; 39 40SubInclude HAIKU_TOP src tests system libroot posix bonnie ; 41SubInclude HAIKU_TOP src tests system libroot posix math ; 42SubInclude HAIKU_TOP src tests system libroot posix posixtestsuite ; 43SubInclude HAIKU_TOP src tests system libroot posix string ; 44