#define CATCH_CONFIG_MAIN #include "catch.hpp" TEST_CASE("Description here", "my_test_case") { REQUIRE(false); }