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-29 15:33:29 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-29 15:36:39 +0300
commit6f8ce122878823d1b703dfaaab9c6d2101809ed9 (patch)
treef370b203982f3fb51dc27474113c9c99f3e783c9 /tests/example
parent39df8a5eded7dcc6e19142f0dbc468cf73b4f458 (diff)
Useful verbose test output on console with Catch2
Diffstat (limited to 'tests/example')
-rw-r--r--tests/example/example_tests_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example/example_tests_main.cpp b/tests/example/example_tests_main.cpp
index d612f323c..32e8d02b7 100644
--- a/tests/example/example_tests_main.cpp
+++ b/tests/example/example_tests_main.cpp
@@ -1,5 +1,5 @@
#define CATCH_CONFIG_MAIN
-#include <catch2/catch.hpp>
+#include <catch_main.hpp>
TEST_CASE("Is example succesful", "[example]") {
REQUIRE(true);