summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/hosts/default.make.ctest
blob: 12e161c85b0d267f3f9a63bf368b520459c0c280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if (NOT HOSTNAME)
	set(HOSTNAME "Unknown Host")
endif()

set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
set(CTEST_SITE "${HOSTNAME}")
set(CTEST_BUILD_CONFIGURATION "Debug")
set(CTEST_BUILD_NAME "${CMAKE_SYSTEM}")

set(RETAIN_BUILD_DIR OFF)
include("tests/general.ctest")
include("common.ctest.inc")

set(RETAIN_BUILD_DIR ON)
include("tests/ecma.ctest")
include("common.ctest.inc")

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")