From bc5cb1e6aaa5f50f7ec508c1f0c1d8a539da0fcd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 6 Dec 2004 22:28:45 +0000 Subject: 2004-12-06 Roland McGrath * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros. Use them throughout in place of CLOCK_REALTIME and nanosleep. (do_test) [TEST_CLOCK_MISSING]: Call this macro and if it returns non-null, punt the test with a message using the string returned. * rt/tst-timer5.c: New file. * rt/Makefile (tests): Add it. --- rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 29e7f847e4..407cc99897 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -45,7 +45,7 @@ tests := tst-shm tst-clock tst-clock_nanosleep tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ tst-aio7 tst-mqueue1 tst-mqueue2 tst-mqueue3 tst-mqueue4 \ tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 tst-mqueue9 \ - tst-timer3 tst-timer4 + tst-timer3 tst-timer4 tst-timer5 extra-libs := librt extra-libs-others := $(extra-libs) -- cgit v1.2.3