Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Irene Mateos Dominguez
Ph2_ACF
Commits
135c3df9
Commit
135c3df9
authored
Oct 24, 2016
by
Georg Auzinger
Browse files
some mod to hybridtest
parent
e8591d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hybridtest.cc
View file @
135c3df9
...
...
@@ -90,8 +90,8 @@ int main ( int argc, char* argv[] )
std
::
stringstream
outp
;
cHybridTester
.
InitializeHw
(
cHWFile
,
outp
);
cHybridTester
.
InitializeSettings
(
cHWFile
,
outp
);
cHybridTester
.
Initialize
(
cScan
);
LOG
(
INFO
)
<<
outp
.
str
();
cHybridTester
.
Initialize
(
cScan
);
outp
.
str
(
""
);
cHybridTester
.
CreateResultDirectory
(
cDirectory
);
cHybridTester
.
InitResultFile
(
"HybridTest"
);
...
...
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