summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 15:03:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 15:03:45 +0000
commitc53ba11a40d4d045f70a3fcc95c39bfa74632014 (patch)
tree203e7ade475b276a5e6544da8a6e561817391b8a /testsuites
parentNew. (diff)
downloadrtems-c53ba11a40d4d045f70a3fcc95c39bfa74632014.tar.bz2
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add POSIX. * configure.ac: Add POSIX/. * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog16
-rw-r--r--testsuites/libtests/Makefile.am1
-rw-r--r--testsuites/libtests/configure.ac1
3 files changed, 18 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 00e47e52fa..5cfb94ef25 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,19 @@
+2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Add POSIX.
+ * configure.ac: Add POSIX/.
+ * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
+ POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
+ POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
+ POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
+ POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
+ POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
+ POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
+ POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
+ POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
+ POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
+ POSIX/waitpid.c, POSIX/write.c: New.
+
2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* stringto01/init.c: New file.
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 2806fe79ac..a5958e5443 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -8,6 +8,7 @@ SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
stringto01
+SUBDIRS += POSIX
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 415aeea478..4fd8da82f9 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -56,5 +56,6 @@ termios/Makefile
termios01/Makefile
termios02/Makefile
tztest/Makefile
+POSIX/Makefile
])
AC_OUTPUT