From c44fe516b485be3f9c180f1c235a255b168c8dff Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Thu, 17 Oct 2013 11:14:46 +0200 Subject: New ctest host --- CMakeLists.txt | 1 + contrib/ctest/hosts/hal9000.local.ctest | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 contrib/ctest/hosts/hal9000.local.ctest 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") + -- cgit v0.12