aboutsummaryrefslogtreecommitdiff
path: root/testcases/Makefile
diff options
context:
space:
mode:
authorGarrett Cooper <yanegomi@gmail.com>2010-07-06 09:46:17 -0700
committerGarrett Cooper <yanegomi@gmail.com>2010-07-06 09:46:17 -0700
commita29a396150d38c443a2b2f377c3dfc72d33eabb5 (patch)
tree092a4bd2cbdd93d2faa765f7b31508678f7555a0 /testcases/Makefile
parent5511b273ffb05cf36ed7bcc26eafe15cb4339359 (diff)
Enable compilation and traversal of more tests.
A lot of these directories were disabled by default because of the fact that they didn't cleanly fit into the built for the longest time, but I think it's time to turn on more stuff. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'testcases/Makefile')
-rw-r--r--testcases/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/testcases/Makefile b/testcases/Makefile
index a9c71f8de..2ebb325b5 100644
--- a/testcases/Makefile
+++ b/testcases/Makefile
@@ -26,16 +26,17 @@ include $(top_srcdir)/include/mk/env_pre.mk
# XXX (garrcoop):
# 1. ballista is broken (working on it).
-# 2. mce-test doesn't fit cleanly in the build, yet.
-# 3. pounder21 is just broken.
-FILTER_OUT_DIRS := ballista mce-test pounder21
+# 2. kdump shouldn't be compiled by default, because it's runtime based and
+# WILL crash the build host (the tests need to be fixed to just build, not run).
+# 3. mce-test doesn't fit cleanly in the build, yet.
+# 4. pounder21 is just broken.
+FILTER_OUT_DIRS := ballista kdump mce-test pounder21
# XXX (garrcoop): Not sure why realtime is still in this list; this was the
# original list of disabled items...
+# XXX (garrcoop): kdump was in this list.
ifneq ($(UCLINUX),1)
-FILTER_OUT_DIRS += audit-test DOTS kdump open_hpi_testsuite realtime
-else
-SUBDIRS := kernel
+FILTER_OUT_DIRS += audit-test DOTS open_hpi_testsuite realtime
endif
include $(top_srcdir)/include/mk/generic_trunk_target.mk