example_tests_main.cpp 123 B

123456
  1. #define CATCH_CONFIG_MAIN
  2. #include <catch_main.hpp>
  3. TEST_CASE("Is example succesful", "[example]") {
  4. REQUIRE(true);
  5. }