diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-05 12:57:02 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-05 12:57:02 (GMT) |
commit | 56ca9f86616ff65ac1c7546af4a8aeab2d982244 (patch) | |
tree | b6da04c22ac055b1711a18fc5c1d62ecb62ca572 /contrib/ctest | |
parent | f426b4e4752edbfb356f5e42772ae43e72f7be2d (diff) | |
download | uscxml-56ca9f86616ff65ac1c7546af4a8aeab2d982244.zip uscxml-56ca9f86616ff65ac1c7546af4a8aeab2d982244.tar.gz uscxml-56ca9f86616ff65ac1c7546af4a8aeab2d982244.tar.bz2 |
Removed some tests from automatic runs
Diffstat (limited to 'contrib/ctest')
-rw-r--r-- | contrib/ctest/CTestCustom.ctest.in | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in new file mode 100644 index 0000000..944e119 --- /dev/null +++ b/contrib/ctest/CTestCustom.ctest.in @@ -0,0 +1,52 @@ +set(CTEST_CUSTOM_TESTS_IGNORE +"test153.scxml" +"test178.scxml" +"test226.scxml" +"test230.scxml" +"test250.scxml" +"test302.scxml" +"test303.scxml" +"test304.scxml" +"test307.scxml" +"test321.scxml" +"test323.scxml" +"test329.scxml" +"test333.scxml" +"test335.scxml" +"test337.scxml" +"test339.scxml" +"test346.scxml" +"test436.scxml" +"test441b.scxml" +"test456.scxml" +"test463.scxml" +"test464.scxml" +"test465.scxml" +"test466.scxml" +"test467.scxml" +"test468.scxml" +"test469.scxml" +"test470.scxml" +"test473.scxml" +"test474.scxml" +"test475.scxml" +"test476.scxml" +"test477.scxml" +"test478.scxml" +"test479.scxml" +"test480.scxml" +"test481.scxml" +"test482.scxml" +"test486b.scxml" +"test488.scxml" +"test537.scxml" +"test539.scxml" +"test540.scxml" +"test542.scxml" +"test544.scxml" +"test546.scxml" +"test547.scxml" +"test555.scxml" +) + + |