Explorar o código

ENH: Display all output in ctest

Andy Cedilnik %!s(int64=21) %!d(string=hai) anos
pai
achega
25cc03fd6f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Tests/SystemInformation/CMakeLists.txt

+ 2 - 0
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)