summaryrefslogtreecommitdiffstats
path: root/contrib/ctest
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-16 18:35:17 (GMT)
commit60c543c1d8c6699cc96829f15b16ecc60ac0b410 (patch)
treef0087f620d45246acf0268da539cb815796d88c0 /contrib/ctest
parent4d186e24e44fe07f04708c2dc38387534c02c7fd (diff)
downloaduscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.zip
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.gz
uscxml-60c543c1d8c6699cc96829f15b16ecc60ac0b410.tar.bz2
Added license information and bug fixes
Diffstat (limited to 'contrib/ctest')
-rw-r--r--contrib/ctest/hosts/epikur-win7-64.ctest5
-rw-r--r--contrib/ctest/hosts/epikur.local.ctest22
2 files changed, 16 insertions, 11 deletions
diff --git a/contrib/ctest/hosts/epikur-win7-64.ctest b/contrib/ctest/hosts/epikur-win7-64.ctest
index ba58a6b..4f6e711 100644
--- a/contrib/ctest/hosts/epikur-win7-64.ctest
+++ b/contrib/ctest/hosts/epikur-win7-64.ctest
@@ -11,3 +11,8 @@ set(RETAIN_BUILD_DIR OFF)
set(CTEST_BUILD_NAME "win7-x86_64 msvc")
include("tests/xpath.ctest")
include("common.ctest.inc")
+
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "win7-x86_64 msvc")
+include("tests/plugins.ctest")
+include("common.ctest.inc")
diff --git a/contrib/ctest/hosts/epikur.local.ctest b/contrib/ctest/hosts/epikur.local.ctest
index 7b2a801..f7d728d 100644
--- a/contrib/ctest/hosts/epikur.local.ctest
+++ b/contrib/ctest/hosts/epikur.local.ctest
@@ -2,18 +2,18 @@ set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
set(CTEST_SITE "epikur.local")
set(CTEST_BUILD_CONFIGURATION "Debug")
-set(RETAIN_BUILD_DIR ON)
+set(RETAIN_BUILD_DIR OFF)
set(CTEST_BUILD_NAME "darwin-x86_64 llvm")
include("tests/plugins.ctest")
include("common.ctest.inc")
-# set(RETAIN_BUILD_DIR OFF)
-# set(CTEST_BUILD_NAME "darwin-x86_64 llvm")
-# include("tests/ecma.ctest")
-# include("common.ctest.inc")
-#
-# set(RETAIN_BUILD_DIR OFF)
-# set(CTEST_BUILD_NAME "darwin-x86_64 llvm")
-# include("tests/xpath.ctest")
-# include("common.ctest.inc")
-#
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "darwin-x86_64 llvm")
+include("tests/ecma.ctest")
+include("common.ctest.inc")
+
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "darwin-x86_64 llvm")
+include("tests/xpath.ctest")
+include("common.ctest.inc")
+