summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 22:10:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 22:10:33 +0000
commit57544fbb522fbee6fdc5cb6adc84cf4d2760ae4a (patch)
treeb757c8f6f6575b615e1471a0fb00bc9185dc5d7e /testsuites/libtests/Makefile.am
parentRename. (diff)
downloadrtems-57544fbb522fbee6fdc5cb6adc84cf4d2760ae4a.tar.bz2
2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add string_to_xxx conversion test. * stringto01/.cvsignore, stringto01/Makefile.am, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.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 c1cfd7be94..2806fe79ac 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
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 \
+ stringto01
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am