summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/hosts
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 22:53:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 22:53:45 (GMT)
commit5f86427032dbda9aedf5afa4a10fd57a2343eeaa (patch)
tree9ffc072d4d9b9bd5052a630dcfcbb85f2a9555d7 /contrib/ctest/hosts
parent50174e88cd7ccbaa455bc40bd214ae494378a7cc (diff)
downloaduscxml-5f86427032dbda9aedf5afa4a10fd57a2343eeaa.zip
uscxml-5f86427032dbda9aedf5afa4a10fd57a2343eeaa.tar.gz
uscxml-5f86427032dbda9aedf5afa4a10fd57a2343eeaa.tar.bz2
Properly seperated tests into classes for build slaves
Diffstat (limited to 'contrib/ctest/hosts')
-rw-r--r--contrib/ctest/hosts/default.make.ctest10
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/ctest/hosts/default.make.ctest b/contrib/ctest/hosts/default.make.ctest
index 7f5c652..12e161c 100644
--- a/contrib/ctest/hosts/default.make.ctest
+++ b/contrib/ctest/hosts/default.make.ctest
@@ -8,13 +8,17 @@ set(CTEST_BUILD_CONFIGURATION "Debug")
set(CTEST_BUILD_NAME "${CMAKE_SYSTEM}")
set(RETAIN_BUILD_DIR OFF)
-include("tests/plugins.ctest")
+include("tests/general.ctest")
include("common.ctest.inc")
-set(RETAIN_BUILD_DIR OFF)
+set(RETAIN_BUILD_DIR ON)
include("tests/ecma.ctest")
include("common.ctest.inc")
-set(RETAIN_BUILD_DIR OFF)
+set(RETAIN_BUILD_DIR ON)
include("tests/xpath.ctest")
include("common.ctest.inc")
+
+set(RETAIN_BUILD_DIR OFF)
+include("tests/plugins-ecma.ctest")
+include("common.ctest.inc")