From 0a8730cb83d636415926add300e5aea939cf751e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 May 2003 06:07:38 +0000 Subject: Update. * rt/Makefile (tests): Add tst-clock_nanosleep. * rt/tst-clock_nanosleep.c: New file. * posix/Makefile (tests): Add tst-nanosleep. * posix/tst-nanosleep.c: New file. --- rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 712b1a9c54..828bdc1f50 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -38,7 +38,7 @@ librt-routines = $(aio-routines) \ $(clock-routines) $(timer-routines) \ $(shm-routines) -tests := tst-shm tst-clock tst-timer \ +tests := tst-shm tst-clock tst-clock_nanosleep tst-timer \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ tst-aio7 -- cgit v1.2.3