ENH: Display all output in ctest

This commit is contained in:
Andy Cedilnik 2005-02-08 10:13:30 -05:00
parent 0bc51d181d
commit 25cc03fd6f
1 changed files with 2 additions and 0 deletions

View File

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