Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
fdddfc42
Commit
fdddfc42
authored
Sep 02, 2017
by
Georg Martin Reinke
Browse files
fix tests
Former-commit-id:
fcacf892
parent
1be401dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Tests/run_tests.py
View file @
fdddfc42
...
...
@@ -54,7 +54,7 @@ def run_test(binary, dpCsv, expectedCsv):
if
__name__
==
"__main__"
:
sources
=
glob
.
glob
(
"Test*.cpp"
)
bins
=
[
"../build/"
+
s
.
replace
(
".cpp"
,
""
)
for
s
in
sources
]
dpCsvs
=
[
"../build/"
+
s
.
replace
(
".cpp"
,
".csv"
)
for
s
in
sources
]
dpCsvs
=
[
s
.
replace
(
".cpp"
,
".csv"
)
for
s
in
sources
]
expectedCsvs
=
[
s
.
replace
(
".cpp"
,
".expected.csv"
)
for
s
in
sources
]
ret
=
0
for
i
in
range
(
0
,
len
(
sources
)):
...
...
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