forked from Imagelibrary/rtems
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move POSIX in front of other tests.
This commit is contained in:
@@ -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>
|
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* bspcmdline01/init.c: Fix assert conditional.
|
* bspcmdline01/init.c: Fix assert conditional.
|
||||||
|
|||||||
@@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
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 \
|
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
|
||||||
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
|
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
|
||||||
block08 block09 block10 stringto01
|
block08 block09 block10 stringto01
|
||||||
SUBDIRS += POSIX
|
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/subdirs.am
|
include $(top_srcdir)/../automake/subdirs.am
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user