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-07 11:21:59 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-07 11:21:59 +0300
commitf1388fffba04cbc80ce4977b05c25ffdba932a79 (patch)
tree42b3c11cdf8660bf062b8eec10b826e100416baf /tests/timeutils
parent5bf3d5aabf2ec5485069d24d4f67b09aee833027 (diff)
Fix test outputs on buildbot. Also fix pairhash test.
Diffstat (limited to 'tests/timeutils')
-rw-r--r--tests/timeutils/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/timeutils/CMakeLists.txt b/tests/timeutils/CMakeLists.txt
index 95f5e3762..c4b7c2029 100644
--- a/tests/timeutils/CMakeLists.txt
+++ b/tests/timeutils/CMakeLists.txt
@@ -2,4 +2,5 @@ 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})
-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")