summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-01 04:20:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-01 04:20:27 +0000
commit1e1b6b545cce523a74e7712c4075944ed277356a (patch)
treeb46613312d0f93755bd7a9f418f7f22321beabaa /testsuites
parent2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1e1b6b545cce523a74e7712c4075944ed277356a.tar.bz2
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move POSIX in front of other tests.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 4bec494619..266d92989a 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Move POSIX in front of other tests.
+
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bspcmdline01/init.c: Fix assert conditional.
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index c3974f7c35..705f69058e 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -4,11 +4,12 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
+SUBDIRS = POSIX
+
+SUBDIRS += bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
block08 block09 block10 stringto01
-SUBDIRS += POSIX
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am