Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-25 11:41:56 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-25 11:42:21 +0300
commit45d80aba6390f0609137896313eb2daf6581d485 (patch)
tree92a5c3fe2a4e5dfb8a3cea75e0bc588aec6686f0 /tests/libnest2d
parenteee20e23e199989dfde0f963bacd936805f6a2ed (diff)
Add catch2 extra args option to tests.
update example
Diffstat (limited to 'tests/libnest2d')
-rw-r--r--tests/libnest2d/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libnest2d/CMakeLists.txt b/tests/libnest2d/CMakeLists.txt
index 91a2e7852..d4f684dd3 100644
--- a/tests/libnest2d/CMakeLists.txt
+++ b/tests/libnest2d/CMakeLists.txt
@@ -4,4 +4,4 @@ target_link_libraries(${_TEST_NAME}_tests test_common libnest2d )
set_property(TARGET ${_TEST_NAME}_tests PROPERTY FOLDER "tests")
# catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")
-add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests "--durations yes")
+add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${CATCH_EXTRA_ARGS})