Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
9c5c84b2
Commit
9c5c84b2
authored
Sep 26, 2020
by
niklas.baumgarten
Browse files
Added TestMonteCarlo
parent
74ee8bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
9c5c84b2
...
...
@@ -21,4 +21,8 @@ target_link_libraries(TestMultilevelPlotter ${MLMC_LIBRARIES} ${GTEST_LIB})
# ------- Unit Tests -------
add_executable
(
TestCirculantEmbedding TestCirculantEmbedding.cpp
)
target_link_libraries
(
TestCirculantEmbedding
${
MLMC_LIBRARIES
}
${
GTEST_LIB
}
)
add_test
(
TestCirculantEmbedding TestCirculantEmbedding
)
\ No newline at end of file
add_test
(
TestCirculantEmbedding TestCirculantEmbedding
)
add_executable
(
TestMonteCarlo TestMonteCarlo.cpp
)
target_link_libraries
(
TestMonteCarlo
${
MLMC_LIBRARIES
}
${
GTEST_LIB
}
)
add_test
(
TestMonteCarlo TestMonteCarlo
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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