1SubDir HAIKU_TOP src tests system libroot posix ; 2 3UsePrivateHeaders libroot syslog_daemon ; 4 5SimpleTest SyslogTest 6 : SyslogTest.cpp syslog.cpp 7; 8 9SimpleTest clearenv 10 : clearenv.cpp 11; 12 13SimpleTest dirent_test 14 : dirent_test.cpp 15; 16 17SimpleTest flock_test 18 : flock_test.cpp 19; 20 21SimpleTest mprotect_test 22 : mprotect_test.cpp 23; 24 25SimpleTest realtime_sem_test1 26 : realtime_sem_test1.cpp 27; 28 29SimpleTest setpgid_test : setpgid_test.cpp ; 30 31SimpleTest setjmp_test 32 : setjmp_test.c 33; 34 35SimpleTest setjmp_test2 36 : setjmp_test2.S 37; 38 39SimpleTest signal_in_allocator_test 40 : signal_in_allocator_test.cpp 41; 42 43SimpleTest signal_in_allocator_test2 44 : signal_in_allocator_test2.cpp 45; 46 47SimpleTest signal_test 48 : signal_test.cpp 49; 50 51SimpleTest sigsetjmp_test 52 : sigsetjmp_test.c 53; 54 55SimpleTest truncate 56 : truncate.cpp 57; 58 59SimpleTest init_rld_after_fork_test 60 : init_rld_after_fork_test.cpp 61; 62 63SimpleTest xsi_msg_queue_test1 64 : xsi_msg_queue_test1.cpp 65; 66 67SimpleTest xsi_sem_test1 68 : xsi_sem_test1.cpp 69; 70 71# Tell Jam where to find these sources 72SEARCH on [ FGristFiles 73 syslog.cpp 74 ] = [ FDirName $(HAIKU_TOP) src system libroot posix ] ; 75 76SubInclude HAIKU_TOP src tests system libroot posix bonnie++-1.03d ; 77SubInclude HAIKU_TOP src tests system libroot posix math ; 78SubInclude HAIKU_TOP src tests system libroot posix posixtestsuite ; 79SubInclude HAIKU_TOP src tests system libroot posix string ; 80