summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-07 17:48:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-07 17:48:15 +0000
commit56b7951e4563580d96b5d2249e2d3e3d62d48120 (patch)
tree363896937fe539f082bbc0a5d891e9e295ff8d1f /testsuites/libtests/configure.ac
parent2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com> (diff)
downloadrtems-56b7951e4563580d96b5d2249e2d3e3d62d48120.tar.bz2
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add shell of heap walk test for Santosh. * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 145ffb4e65..48f6234a74 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -34,6 +34,7 @@ AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
cpuuse/Makefile
+heapwalk/Makefile
malloctest/Makefile
monitor/Makefile
monitor02/Makefile