diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-17 06:07:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-17 06:07:38 +0000 |
commit | 0a8730cb83d636415926add300e5aea939cf751e (patch) | |
tree | 0c98853f801c38cab3570583905af595a58400bd /rt/Makefile | |
parent | a8078760d6ed271430559b0c526f2912d1cd82c3 (diff) | |
download | glibc-0a8730cb83d636415926add300e5aea939cf751e.tar glibc-0a8730cb83d636415926add300e5aea939cf751e.tar.gz glibc-0a8730cb83d636415926add300e5aea939cf751e.tar.bz2 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 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |