about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-17 06:07:38 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-17 06:07:38 +0000
commit0a8730cb83d636415926add300e5aea939cf751e (patch)
tree0c98853f801c38cab3570583905af595a58400bd /posix/Makefile
parenta8078760d6ed271430559b0c526f2912d1cd82c3 (diff)
downloadglibc-0a8730cb83d636415926add300e5aea939cf751e.tar.gz
glibc-0a8730cb83d636415926add300e5aea939cf751e.tar.xz
glibc-0a8730cb83d636415926add300e5aea939cf751e.zip
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.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index f8c42311b2..ed4d6acc37 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -75,7 +75,8 @@ tests		:= tstgetopt testfnm runtests runptests	     \
 		   tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \
 		   tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \
 		   bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \
-		   bug-regex13 bug-regex14 bug-regex15 bug-regex16 tst-nice
+		   bug-regex13 bug-regex14 bug-regex15 bug-regex16 tst-nice \
+		   tst-nanosleep
 ifeq (yes,$(build-shared))
 test-srcs	:= globtest
 tests           += wordexp-test tst-exec tst-spawn