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
b8435f3d
Commit
b8435f3d
authored
Nov 21, 2008
by
Bill Hoffman
Browse files
ENH: make ctest more verbose so that we can see failure on redwall
parent
0c24570e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/CMakeLists.txt
View file @
b8435f3d
...
@@ -889,7 +889,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
...
@@ -889,7 +889,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
CONFIGURE_FILE
(
"
${
CMake_SOURCE_DIR
}
/Tests/CTestTest2/test.cmake.in"
CONFIGURE_FILE
(
"
${
CMake_SOURCE_DIR
}
/Tests/CTestTest2/test.cmake.in"
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
@ONLY ESCAPE_QUOTES
)
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
@ONLY ESCAPE_QUOTES
)
ADD_TEST
(
CTestTest2
${
CMAKE_CTEST_COMMAND
}
ADD_TEST
(
CTestTest2
${
CMAKE_CTEST_COMMAND
}
-S
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
-V
-S
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/test.cmake"
-V
V
--output-log
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/testOutput.log"
--output-log
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest2/testOutput.log"
)
)
CONFIGURE_FILE
(
"
${
CMake_SOURCE_DIR
}
/Tests/CTestTest3/test.cmake.in"
CONFIGURE_FILE
(
"
${
CMake_SOURCE_DIR
}
/Tests/CTestTest3/test.cmake.in"
...
...
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