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
fcacf892
Commit
fcacf892
authored
Sep 02, 2017
by
Georg Martin Reinke
Browse files
fix tests
parent
69d9e4ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Tests/run_tests.py
View file @
fcacf892
...
...
@@ -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