From 25cc03fd6fd6467b8b18a36d7da518ac643773fe Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 8 Feb 2005 10:13:30 -0500 Subject: ENH: Display all output in ctest --- Tests/SystemInformation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v0.12