diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-29 09:32:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-29 09:32:03 +0000 |
commit | a7f6c66ec36b297bead2e4d12de1802f757905ed (patch) | |
tree | b433ddb76557f0d5ef7d021bcfa6c78c4ef0101a /rt/Makefile | |
parent | 172ce013bdd864ba22b6b22611ffd893f1f9f2a6 (diff) | |
download | glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.tar.gz glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.tar.xz glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.zip |
* rt/tst-timer2.c: New file.
* rt/Makefile (tests): Add it.
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 9f49a02e0c..47167890a0 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-clock_nanosleep tst-timer \ +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 |