Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
feb27108
Commit
feb27108
authored
Jun 15, 2005
by
Andy Cedilnik
Browse files
ENH: Add logging to improve coverage
parent
78a4164c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
feb27108
...
...
@@ -785,11 +785,13 @@ IF(BUILD_TESTING)
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest/test.cmake"
@ONLY ESCAPE_QUOTES
)
ADD_TEST
(
CTestTest
${
CMAKE_CTEST_COMMAND
}
-S
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest/test.cmake"
-V
--output-log
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest/testOutput.log"
)
CONFIGURE_FILE
(
"
${
CMake_SOURCE_DIR
}
/Tests/CTestTest2/test.cmake.in"
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
@ONLY ESCAPE_QUOTES
)
ADD_TEST
(
CTestTest2
${
CMAKE_CTEST_COMMAND
}
-S
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
-V
--output-log
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest/testOutput.log"
)
ENDIF
(
CTEST_TEST_CTEST AND CMAKE_RUN_LONG_TESTS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment