summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-08 15:13:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-08 15:13:30 (GMT)
commit25cc03fd6fd6467b8b18a36d7da518ac643773fe (patch)
treef8defa459f7d22f64762fc73740064c19c75eda2 /Tests/SystemInformation
parent0bc51d181d62ae64c69d09aaf748aeee904645c8 (diff)
downloadCMake-25cc03fd6fd6467b8b18a36d7da518ac643773fe.zip
CMake-25cc03fd6fd6467b8b18a36d7da518ac643773fe.tar.gz
CMake-25cc03fd6fd6467b8b18a36d7da518ac643773fe.tar.bz2
ENH: Display all output in ctest
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt
index d75cb9e..76907b0 100644
--- a/Tests/SystemInformation/CMakeLists.txt
+++ b/Tests/SystemInformation/CMakeLists.txt
@@ -4,6 +4,8 @@ INCLUDE_DIRECTORIES("This does not exists")
GET_DIRECTORY_PROPERTY(incl INCLUDE_DIRECTORIES)
SET_DIRECTORY_PROPERTIES(PROPERTIES INCLUDE_DIRECTORIES "${DumpInformation_BINARY_DIR};${DumpInformation_SOURCE_DIR}")
+MESSAGE("To prevent CTest from stripping output, you have to display: CTEST_FULL_OUTPUT")
+
CONFIGURE_FILE(${DumpInformation_SOURCE_DIR}/SystemInformation.in
${DumpInformation_BINARY_DIR}/SystemInformation.out)