summaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 21:48:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 21:48:25 +0000
commit7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (patch)
tree990166debd7eb7e840ed8676feacc866b3267725 /rt/Makefile
parent5539d2574d927dc925f18d69e43edcc1b355519e (diff)
Update.
* rt/Makefile (tests): Add tst-timer. * sysdeps/generic/tst-timer.c: New file.
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 038636c497..c4dce69c84 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -39,7 +39,7 @@ include ../Makeconfig
ifeq ($(have-thread-library),yes)
-tests := tst-aio tst-aio64 tst-clock tst-shm
+tests := tst-aio tst-aio64 tst-clock tst-shm tst-timer
extra-libs := librt
extra-libs-others := $(extra-libs)