summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 13:57:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 13:57:17 +0000
commit8e8775dbad83061cb903c9bf19fcdb174bdd2c9c (patch)
tree4cfe1eefe4a70c4887dd089f39f7acedddab3302 /testsuites/libtests/Makefile.am
parent2010-07-27 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-8e8775dbad83061cb903c9bf19fcdb174bdd2c9c.tar.bz2
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1632/testing * Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework. * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index d049c46f70..f1f5fa5bda 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = POSIX
-SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 gxx01 \
+SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
+ devnullfatal01 gxx01 \
malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
termios termios01 termios02 termios03 termios04 termios05 \