PrusaSlicer-NonPlainar/tests/example/example_tests_main.cpp

7 lines
125 B
C++
Raw Normal View History

2019-10-04 09:04:26 +00:00
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
TEST_CASE("Is example succesful", "[example]") {
REQUIRE(true);
}