diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-05 22:53:49 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-05 22:53:49 (GMT) |
commit | f50dabccaae935457ea6f09a349d54855d60e7d5 (patch) | |
tree | 133f714be2b946b240d34c7cf3e6c1f5b5963f30 /contrib/ctest | |
parent | dec6466d01757ab8e93d867e5a6d214bcafaf428 (diff) | |
download | uscxml-f50dabccaae935457ea6f09a349d54855d60e7d5.zip uscxml-f50dabccaae935457ea6f09a349d54855d60e7d5.tar.gz uscxml-f50dabccaae935457ea6f09a349d54855d60e7d5.tar.bz2 |
Binary data in bindings
Diffstat (limited to 'contrib/ctest')
-rw-r--r-- | contrib/ctest/CTestCustom.ctest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in index 84d246b..4f4ef83 100644 --- a/contrib/ctest/CTestCustom.ctest.in +++ b/contrib/ctest/CTestCustom.ctest.in @@ -62,6 +62,8 @@ set(CTEST_CUSTOM_TESTS_IGNORE "fsm/ecma/test531.scxml" # unspecified basichttp format "fsm/ecma/test534.scxml" # unspecified basichttp format "fsm/ecma/test567.scxml" # unspecified basichttp format + + "xpath/test580.scxml" # hangs ) |