aboutsummaryrefslogtreecommitdiff
path: root/testcases/misc
diff options
context:
space:
mode:
authorGarrett Cooper <yanegomi@gmail.com>2010-11-16 22:01:43 -0800
committerGarrett Cooper <yanegomi@gmail.com>2010-11-16 22:01:43 -0800
commit52288dc50d2241291104a4b165f2693736f6d1cf (patch)
tree8c1746238c49d4194ad5b45de63b6a3ac833ed23 /testcases/misc
parent6b9a2420b9eb73dfd73af5f5012cefb6fd848c31 (diff)
Add knobs to enable/disable features & testsuites.
Supported knobs were added for: Tools: bash expect perl python Test suites: testcases/kernel/power_management testcases/open_posix_testsuite testcases/realtime Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'testcases/misc')
-rw-r--r--testcases/misc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/testcases/misc/Makefile b/testcases/misc/Makefile
index 3c70bd330..2fcd64902 100644
--- a/testcases/misc/Makefile
+++ b/testcases/misc/Makefile
@@ -2,6 +2,7 @@
# misc test suite Makefile.
#
# Copyright (C) 2009, Cisco Systems Inc.
+# Copyright (C) 2010, Linux Test Project.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,6 +23,9 @@
top_srcdir ?= ../..
-include $(top_srcdir)/include/mk/env_pre.mk
+ifneq ($(WITH_EXPECT),yes)
+FILTER_OUT_SUBDIRS := tcore_patch_test_suites
+endif
+include $(top_srcdir)/include/mk/env_pre.mk
include $(top_srcdir)/include/mk/generic_trunk_target.mk