Closed orjangj closed 5 months ago
Minimal example
namespace example { TEST_CASE( "First", "[first]" ) { REQUIRE( true ); } TEST_CASE( "Second", "[second]" ) { REQUIRE( false ); } }
Discovering tests without namespace is working
Minimal example
Discovering tests without namespace is working