summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-17 09:14:46 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-17 09:14:46 (GMT)
commitc44fe516b485be3f9c180f1c235a255b168c8dff (patch)
tree3613c69cd51bef36485ea8b6c43164415cb86b64
parent34c26caae6f0aaf16f6cbff17fd5f73216ab1a38 (diff)
downloaduscxml-c44fe516b485be3f9c180f1c235a255b168c8dff.zip
uscxml-c44fe516b485be3f9c180f1c235a255b168c8dff.tar.gz
uscxml-c44fe516b485be3f9c180f1c235a255b168c8dff.tar.bz2
New ctest host
-rw-r--r--CMakeLists.txt1
-rw-r--r--contrib/ctest/hosts/hal9000.local.ctest19
2 files changed, 20 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0682f47..ab5519f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ ENDIF()
project(uscxml)
# CMake 2.8.11 reports AMD64 for Windows 64Bit, where earlier versions reported x86
+# we resolve it with a 64bit check later
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64")
set(CMAKE_SYSTEM_PROCESSOR "x86")
endif()
diff --git a/contrib/ctest/hosts/hal9000.local.ctest b/contrib/ctest/hosts/hal9000.local.ctest
new file mode 100644
index 0000000..32089af
--- /dev/null
+++ b/contrib/ctest/hosts/hal9000.local.ctest
@@ -0,0 +1,19 @@
+set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
+set(CTEST_SITE "hal9000.local")
+set(CTEST_BUILD_CONFIGURATION "Debug")
+
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "darwin-i386 llvm")
+include("tests/plugins.ctest")
+include("common.ctest.inc")
+
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "darwin-i386 llvm")
+include("tests/ecma.ctest")
+include("common.ctest.inc")
+
+set(RETAIN_BUILD_DIR OFF)
+set(CTEST_BUILD_NAME "darwin-i386 llvm")
+include("tests/xpath.ctest")
+include("common.ctest.inc")
+