summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ctest/CTestCustom.ctest.in')
-rw-r--r--contrib/ctest/CTestCustom.ctest.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in
index dd3aae6..fe63861 100644
--- a/contrib/ctest/CTestCustom.ctest.in
+++ b/contrib/ctest/CTestCustom.ctest.in
@@ -30,4 +30,17 @@ set(CTEST_CUSTOM_TESTS_IGNORE
"test568.scxml"
)
+# grep -ori 'manual' .
+# manual tests
+set(CTEST_CUSTOM_TESTS_IGNORE
+ ${CTEST_CUSTOM_TESTS_IGNORE}
+ "test178.scxml"
+ "test230.scxml"
+ "test250.scxml"
+ "test307.scxml"
+ "test313.scxml"
+ "test314.scxml"
+)
+
+