Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
26d18ef0
Commit
26d18ef0
authored
Dec 17, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rmv dependency to search path
parent
151a6bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mlmc/tests/TestMain.cpp
mlmc/tests/TestMain.cpp
+1
-2
No files found.
mlmc/tests/TestMain.cpp
View file @
26d18ef0
...
...
@@ -77,7 +77,6 @@ int main(int argc, char **argv) {
MppTestBuilder
(
argc
,
argv
).
WithPPM
().
WithScreenLogging
().
WithoutDefaultConfig
().
WithSearchPath
(
"../"
)
WithoutDefaultConfig
()
).
RUN_ALL_MPP_TESTS
();
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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