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-04 13:59:31 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-04 13:59:31 +0300
commitce4f4bea06b3e33f903451700a15131420f7712a (patch)
treed8653b98c0b2863648f9892422d0f238e84ce612 /tests/example
parent320d18f07cd05da9d82762fa1bf8539a97586778 (diff)
libnest2d test rewritten for catch2. Fine tuned catch2 integration.
Diffstat (limited to 'tests/example')
-rw-r--r--tests/example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example/CMakeLists.txt b/tests/example/CMakeLists.txt
index e8bdd2317..95f5e3762 100644
--- a/tests/example/CMakeLists.txt
+++ b/tests/example/CMakeLists.txt
@@ -2,4 +2,4 @@ get_filename_component(_TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
add_executable(${_TEST_NAME}_tests ${_TEST_NAME}_tests_main.cpp)
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES})
-prusaslicer_discover_tests(${_TEST_NAME}_tests)
+catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")