summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")
+