summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/hosts/buildslave-centos-5-32.ctest
blob: 4d5ff46a4b67acc7a1bd419c025ded727fb903fd (plain)
1
2
3
4
5
6
7
8
9
10
11
set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
set(CTEST_SITE "buildslave-centos-5-32")
set(CTEST_BUILD_CONFIGURATION "Debug")

set(CTEST_BUILD_NAME "linux-x86_64 gcc 4.1.2 - ECMA datamodel")
include("tests/ecma.ctest")
include("common.ctest.inc")

set(CTEST_BUILD_NAME "linux-x86_64 gcc 4.1.2 - XPath datamodel")
include("tests/xpath.ctest")
include("common.ctest.inc")