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
932dac93
Commit
932dac93
authored
Sep 16, 2009
by
Bill Hoffman
Browse files
Fix uninitialized errors.
parent
2006e4a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestRunTest.cxx
View file @
932dac93
...
...
@@ -24,6 +24,13 @@ cmCTestRunTest::cmCTestRunTest(cmCTestTestHandler* handler)
{
this
->
CTest
=
handler
->
CTest
;
this
->
TestHandler
=
handler
;
this
->
ModifyEnv
=
false
;
this
->
TestProcess
=
0
;
this
->
TestResult
.
ExecutionTime
=
0
;
this
->
TestResult
.
ReturnValue
=
0
;
this
->
TestResult
.
Status
=
0
;
this
->
TestResult
.
TestCount
=
0
;
this
->
TestResult
.
Properties
=
0
;
}
cmCTestRunTest
::~
cmCTestRunTest
()
...
...
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