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 + + * 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 * 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