##
## ---------------------------------------------------------------------
-
-########################################################################
-# #
-# General configuration: #
-# #
-########################################################################
-
#
# Dashboard configuration:
#
# #
########################################################################
+#
+# Configuration options:
#
# CTEST_SOURCE_DIRECTORY
# CTEST_BINARY_DIRECTORY
MESSAGE("-- NO_JOBS: ${NO_JOBS}")
-
#
# CTEST_SITE:
#
"${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_SYSTEM_NAME}"
)
-# Append compiler information:
+# Append compiler information if available...
IF(EXISTS ${CTEST_BINARY_DIRECTORY}/detailed.log)
FILE(STRINGS ${CTEST_BINARY_DIRECTORY}/detailed.log _compiler_id
REGEX "CMAKE_CXX_COMPILER:"
ENDIF()
ENDIF()
-
#
# Finalize:
#
SET(CTEST_NOTES_FILES
+ ${CTEST_BINARY_DIRECTORY}/revision.log
${CTEST_BINARY_DIRECTORY}/summary.log
${CTEST_BINARY_DIRECTORY}/detailed.log
)
-
########################################################################
# #
# Run the testsuite: #
# - Run the configure, build and test stages and submit the results to
# the "Experimental" track
#
- # - No cleanup is done prior to test run
+ # - No cleanup is done
#
CTEST_START(Experimental TRACK Experimental)
- # quick test:
- #IF(NOT "${CTEST_UPDATE_COMMAND}" STREQUAL "")
- # CTEST_UPDATE()
- #ENDIF()
-
IF(NOT "${CONFIG_FILE}" STREQUAL "")
CTEST_CONFIGURE(OPTIONS -C"${CONFIG_FILE}")
ELSE()