example_tests_main.cpp 97 B

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