summaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-06 04:13:26 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-06 04:13:26 +0000
commitb957e864209026ab126d1eebedc0a2f0beaf853a (patch)
treebab3d045d112c774a55489df013cc2d8869f4f71 /rt/Makefile
parent679d83bac2f4bed0e398122fdf3e05ce261e16b7 (diff)
* rt/Makefile (tests): Add tst-aio9 and tst-aio10.
* rt/tst-aio10.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 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 \