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-14 15:58:07 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-14 15:58:07 +0300
commit05431c0e6d2278e680ce4590a13e4b7e304c83ab (patch)
tree5b577b24a5b89839635dd12b7fc9c40f4b88748b /tests/example
parentcdc9fb0d8fd0901b7171887f24b435499a6476a4 (diff)
Group test targets into logical "tests" directory. Disable DJDHeuristic
Diffstat (limited to 'tests/example')
-rw-r--r--tests/example/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/example/CMakeLists.txt b/tests/example/CMakeLists.txt
index 45e4bb28e..d62f0a96c 100644
--- a/tests/example/CMakeLists.txt
+++ b/tests/example/CMakeLists.txt
@@ -4,4 +4,5 @@ target_link_libraries(${_TEST_NAME}_tests test_common libslic3r
#${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES}
)
-catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")
+# catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")
+add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests "--durations yes") \ No newline at end of file