#define CATCH_CONFIG_MAIN #include TEST_CASE("Is example succesful", "[example]") { REQUIRE(true); }