Disable open* by default in the build.
I might have been overambitious in my previous commit, so let's first
test the scenarios to ensure that there aren't any regressions.
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/testcases/Makefile b/testcases/Makefile
index 2ebb325..c3b6ce1 100644
--- a/testcases/Makefile
+++ b/testcases/Makefile
@@ -30,13 +30,13 @@
# 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
+FILTER_OUT_DIRS := ballista kdump mce-test open% 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 open_hpi_testsuite realtime
+FILTER_OUT_DIRS += audit-test DOTS realtime
endif
include $(top_srcdir)/include/mk/generic_trunk_target.mk