diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 04:13:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 04:13:26 +0000 |
commit | b957e864209026ab126d1eebedc0a2f0beaf853a (patch) | |
tree | bab3d045d112c774a55489df013cc2d8869f4f71 /rt/Makefile | |
parent | * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] (diff) | |
download | glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.tar.gz glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.tar.bz2 glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.zip |
* rt/Makefile (tests): Add tst-aio9 and tst-aio10.
* rt/tst-aio10.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 4f7d5f9d40..f8487975dd 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -43,7 +43,7 @@ librt-routines = $(aio-routines) \ 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 tst-aio8 tst-aio9 \ + tst-aio7 tst-aio8 tst-aio9 tst-aio10 \ tst-mqueue1 tst-mqueue2 tst-mqueue3 tst-mqueue4 \ tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 tst-mqueue9 \ tst-timer3 tst-timer4 tst-timer5 \ |