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-30 12:48:47 +0300
commitb928cca54c666036f9d66074930761d416063cd4 (patch)
tree66d5f78a5b9ac5a55618f6d618799362ce25b1a9 /tests/fff_print
parentf60fbecd3d580c7ace44d86719785e41829757ed (diff)
Useful verbose test output on console with Catch2
Diffstat (limited to 'tests/fff_print')
-rw-r--r--tests/fff_print/fff_print_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fff_print/fff_print_tests.cpp b/tests/fff_print/fff_print_tests.cpp
index 5e9b82f80..46358e5eb 100644
--- a/tests/fff_print/fff_print_tests.cpp
+++ b/tests/fff_print/fff_print_tests.cpp
@@ -1,4 +1,3 @@
-#define CATCH_CONFIG_MAIN
-#include <catch2/catch.hpp>
+#include <catch_main.hpp>
#include "libslic3r/libslic3r.h"