summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/POSIX
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-06 06:52:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-06 06:52:08 +0000
commit4ec957a156def017a6f9f64640471ae51cc42897 (patch)
treec36eb81fa5f0a98db20daf4e14224020b5423efb /testsuites/libtests/POSIX
parentNew. (diff)
downloadrtems-4ec957a156def017a6f9f64640471ae51cc42897.tar.bz2
Add readv, writev.
Diffstat (limited to 'testsuites/libtests/POSIX')
-rw-r--r--testsuites/libtests/POSIX/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/libtests/POSIX/Makefile.am b/testsuites/libtests/POSIX/Makefile.am
index 5cac210a20..177489ed03 100644
--- a/testsuites/libtests/POSIX/Makefile.am
+++ b/testsuites/libtests/POSIX/Makefile.am
@@ -73,6 +73,9 @@ posix_memalign_SOURCES = posix_memalign.c
check_PROGRAMS += read
read_SOURCES = read.c
+check_PROGRAMS += readv
+readv_SOURCES = readv.c
+
check_PROGRAMS += realloc
realloc_SOURCES = realloc.c
@@ -114,3 +117,6 @@ waitpid_SOURCES = waitpid.c
check_PROGRAMS += write
write_SOURCES = write.c
+
+check_PROGRAMS += writev
+writev_SOURCES = writev.c