diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-19 22:28:19 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-19 22:28:19 (GMT) |
commit | 26609f8b8097b21e952835e7064bc938c8542d93 (patch) | |
tree | 7c46a7329b3a9be8a02bf7f7c53ede098b853751 /contrib/ctest/CTestCustom.ctest.in | |
parent | 8101d4c77c6babf125dbe8d4a40f1b2a72a70376 (diff) | |
download | uscxml-26609f8b8097b21e952835e7064bc938c8542d93.zip uscxml-26609f8b8097b21e952835e7064bc938c8542d93.tar.gz uscxml-26609f8b8097b21e952835e7064bc938c8542d93.tar.bz2 |
Started with xpath datamodel tests
Diffstat (limited to 'contrib/ctest/CTestCustom.ctest.in')
-rw-r--r-- | contrib/ctest/CTestCustom.ctest.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in index d90a6b6..098e4e2 100644 --- a/contrib/ctest/CTestCustom.ctest.in +++ b/contrib/ctest/CTestCustom.ctest.in @@ -8,12 +8,12 @@ # skip xpath datamodel tests set(CTEST_CUSTOM_TESTS_IGNORE - "test178.scxml" - "test230.scxml" - "test250.scxml" - "test307.scxml" - "test313.scxml" - "test314.scxml" + "ecma/test178.scxml" + "ecma/test230.scxml" + "ecma/test250.scxml" + "ecma/test307.scxml" + "ecma/test313.scxml" + "ecma/test314.scxml" ) |