diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-07 17:23:19 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-07 17:23:19 (GMT) |
commit | 9ce1655e4db76e9a9a5db7b97fb0317d2c4d49ae (patch) | |
tree | cdf34050f576655557e9436b3dacffce69c56ee7 /contrib/ctest | |
parent | f13848cab284839c2f6abd39ef38dd18692a50cf (diff) | |
download | uscxml-9ce1655e4db76e9a9a5db7b97fb0317d2c4d49ae.zip uscxml-9ce1655e4db76e9a9a5db7b97fb0317d2c4d49ae.tar.gz uscxml-9ce1655e4db76e9a9a5db7b97fb0317d2c4d49ae.tar.bz2 |
Excluded datamodel=null tests
Diffstat (limited to 'contrib/ctest')
-rw-r--r-- | contrib/ctest/CTestCustom.ctest.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in index fe63861..480cb18 100644 --- a/contrib/ctest/CTestCustom.ctest.in +++ b/contrib/ctest/CTestCustom.ctest.in @@ -1,5 +1,12 @@ # grep -ori 'datamodel="xpath' . # skip xpath datamodel tests + +# grep -ori 'manual' . +# manual tests + +# grep -ori 'datamodel="null' . +# skip xpath datamodel tests + set(CTEST_CUSTOM_TESTS_IGNORE "test463.scxml" "test464.scxml" @@ -28,18 +35,13 @@ set(CTEST_CUSTOM_TESTS_IGNORE "test547.scxml" "test555.scxml" "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" + "test436.scxml" ) |