summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 13:54:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 13:54:25 +0000
commite50e3eff35177244b0cc44c9eda509261c6f512b (patch)
treeb6cd8c85f09c01ea6b2677cb4bd42509824b3596 /c/src/tests/libtests/Makefile.am
parentPatch from Eric Norum <eric@cls.usask.ca>. Comments follow: (diff)
downloadrtems-e50e3eff35177244b0cc44c9eda509261c6f512b.tar.bz2
New test for getenv/putenv added by Joel.
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/libtests/Makefile.am b/c/src/tests/libtests/Makefile.am
index a860b8c0e7..9c56af5730 100644
--- a/c/src/tests/libtests/Makefile.am
+++ b/c/src/tests/libtests/Makefile.am
@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-SUBDIRS = cpuuse malloctest monitor rtmonuse stackchk termios rtems++
+SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios rtems++
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am