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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
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 /cmake
parent320d18f07cd05da9d82762fa1bf8539a97586778 (diff)
libnest2d test rewritten for catch2. Fine tuned catch2 integration.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/Catch2/Catch.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/Catch2/Catch.cmake b/cmake/modules/Catch2/Catch.cmake
index 486e32331..0ffe978dc 100644
--- a/cmake/modules/Catch2/Catch.cmake
+++ b/cmake/modules/Catch2/Catch.cmake
@@ -131,8 +131,8 @@ function(catch_discover_tests TARGET)
-D "TEST_SPEC=${_TEST_SPEC}"
-D "TEST_EXTRA_ARGS=${_EXTRA_ARGS}"
-D "TEST_PROPERTIES=${_PROPERTIES}"
- -D "TEST_PREFIX=${_TEST_PREFIX}"
- -D "TEST_SUFFIX=${_TEST_SUFFIX}"
+ -D "TEST_PREFIX='${_TEST_PREFIX}'"
+ -D "TEST_SUFFIX='${_TEST_SUFFIX}'"
-D "TEST_LIST=${_TEST_LIST}"
-D "CTEST_FILE=${ctest_tests_file}"
-P "${_CATCH_DISCOVER_TESTS_SCRIPT}"