1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Useful verbose test output on console with Catch2

This commit is contained in:
tamasmeszaros
2019-10-29 13:33:29 +01:00
parent 39df8a5ede
commit 6f8ce12287
8 changed files with 58 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <catch_main.hpp>
TEST_CASE("Is example succesful", "[example]") {
REQUIRE(true);