summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-21 20:12:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-21 20:12:08 +0000
commit99acb01bea136487510e77daccac7bf749f344fb (patch)
treeb9858e0e5df86f01c8139f0f4c2cd954d579f386 /testsuites/libtests/Makefile.am
parent2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-99acb01bea136487510e77daccac7bf749f344fb.tar.bz2
2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add initial test for rtems_stack_checker_is_blown. * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c, stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 4358fa77f9..22f6676f62 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -5,7 +5,7 @@
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
- monitor02 rtmonuse stackchk termios termios01 rtems++ tztest
+ monitor02 rtmonuse stackchk stackchk01 termios termios01 rtems++ tztest
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am