@if "%{TestFrameWork}" == "Catch2" #include @else #include @endif TEST_CASE("My first test with Catch2", "[fancy]") { REQUIRE(0 == 0); }