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
baee28ce
Commit
baee28ce
authored
May 03, 2004
by
Andy Cedilnik
Browse files
ENH: After running test clear results for memory checking
parent
787ca645
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCTest.cxx
View file @
baee28ce
...
...
@@ -2389,6 +2389,7 @@ bool cmCTest::InitializeMemoryChecking()
int
cmCTest
::
TestDirectory
(
bool
memcheck
)
{
m_TestResults
.
clear
();
std
::
cout
<<
(
memcheck
?
"Memory check"
:
"Test"
)
<<
" project"
<<
std
::
endl
;
if
(
memcheck
)
{
...
...
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