summaryrefslogtreecommitdiffstats
path: root/test/ctest
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-02-23 11:28:18 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-02-23 11:28:18 (GMT)
commit7212d5a3dbbd2845d09df96b2c345132c8a24931 (patch)
tree194bf3525bc7b607013301b79dde6c9950ccbf2e /test/ctest
parent8e62f3801b98bf4b7f7f85b848b2fe6339c99162 (diff)
downloaduscxml-7212d5a3dbbd2845d09df96b2c345132c8a24931.zip
uscxml-7212d5a3dbbd2845d09df96b2c345132c8a24931.tar.gz
uscxml-7212d5a3dbbd2845d09df96b2c345132c8a24931.tar.bz2
Some refactoring for improved compile times
Diffstat (limited to 'test/ctest')
-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)