summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 22:15:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 22:15:56 +0000
commitd785158293bbc681a90571341668786d4f46bd81 (patch)
tree3709a5d8a08b82fcb7c9affdcf30e1d45c5f7c8d /c/src/tests/samples/Makefile.in
parentSplit Task Manager into multiple files. Eventually this effort will (diff)
downloadrtems-d785158293bbc681a90571341668786d4f46bd81.tar.bz2
Added simple test to find minimum code size of executive with this BSP
and RTEMS configuration.
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in
index d8aef81719..67460699e4 100644
--- a/c/src/tests/samples/Makefile.in
+++ b/c/src/tests/samples/Makefile.in
@@ -32,7 +32,7 @@ MP_TESTS = $(MP_TESTS_$(HAS_MP)_V)
FP_TESTS = paranoia
-SUB_DIRS=hello ticker base_sp unlimited \
+SUB_DIRS=hello ticker base_sp unlimited minimum \
$(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status