mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-20 00:24:46 +02:00

When a test file isn't provided with "/" in the path, the filename isn't registered as a tag. Fixing by providing a conditon for this edge case. Closes #2328