Browse Source

ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage.

Brad King 23 years ago
parent
commit
634dedcd51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
Source/CMakeLists.txt

@@ -130,7 +130,7 @@ TARGET_LINK_LIBRARIES(cmaketest CMakeLib)
 
 IF(BUILD_TESTING)
     ADD_TEST(DumpDocumentation ${CMake_BINARY_DIR}/Source/DumpDocumentation
-      ${CMake_BINARY_DIR}/CMakeDoc.html)
+      --all-for-coverage)
 
     ADD_TEST(SystemInformation ${CMake_BINARY_DIR}/Source/cmaketest 
       ${CMake_SOURCE_DIR}/Tests/SystemInformation