summaryrefslogtreecommitdiffstats
path: root/test/ctest/CTestCustom.ctest.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctest/CTestCustom.ctest.in')
-rw-r--r--test/ctest/CTestCustom.ctest.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ctest/CTestCustom.ctest.in b/test/ctest/CTestCustom.ctest.in
index a9a96ad..9dfd5b2 100644
--- a/test/ctest/CTestCustom.ctest.in
+++ b/test/ctest/CTestCustom.ctest.in
@@ -251,6 +251,15 @@ set(CTEST_CUSTOM_TESTS_IGNORE
"perf/ecma/test553.scxml"
"perf/ecma/test579.scxml"
+ ### Ignore some Header self-sufficient tests
+ "header/bindings/swig/msvc/inttypes.h"
+ "header/bindings/swig/wrapped/WrappedDataModel.h"
+ "header/bindings/swig/wrapped/WrappedExecutableContent.h"
+ "header/bindings/swig/wrapped/WrappedInterpreterMonitor.h"
+ "header/bindings/swig/wrapped/WrappedInvoker.h"
+ "header/bindings/swig/wrapped/WrappedIOProcessor.h"
+
+
)
# unset(CTEST_CUSTOM_TESTS_IGNORE)