all.cpp 115 B

123456
  1. #define CATCH_CONFIG_MAIN
  2. #include "catch.hpp"
  3. TEST_CASE("Description here", "my_test_case") {
  4. REQUIRE(false);
  5. }