mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-10 09:12:38 +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