From 634dedcd5197050b04455091b610a38791fe02e4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 19 Feb 2003 17:37:07 -0500 Subject: [PATCH] ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage. --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index fd9d006d9..03a4f0554 100644 --- a/Source/CMakeLists.txt +++ b/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