From 1e1b6b545cce523a74e7712c4075944ed277356a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 1 May 2010 04:20:27 +0000 Subject: [PATCH] =?UTF-8?q?2010-05-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Move POSIX in front of other tests. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/Makefile.am | 5 +++-- 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 + + * Makefile.am: Move POSIX in front of other tests. + 2010-04-25 Joel Sherrill * 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