mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Useful verbose test output on console with Catch2
This commit is contained in:
parent
39df8a5ede
commit
6f8ce12287
8 changed files with 58 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch2/catch.hpp>
|
||||
#include <catch_main.hpp>
|
||||
|
||||
TEST_CASE("Is example succesful", "[example]") {
|
||||
REQUIRE(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue