Files
rtems/testsuites/libtests/Makefile.am
Ralf Corsepius 1e1b6b545c 2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move POSIX in front of other tests.
2010-05-01 04:20:27 +00:00

16 lines
415 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
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
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am