CLion does not detect tags in tests written using the catch framework
Answered
Hi
I am trying to narrow down the unit tests being run inside the integrated unit test runner in clion, using tags to filter.
The tests are written using catch. I have created a new run configuration for this as detailed in the CLion Catch topic page on jetbrains.com and it works perfectly.
However when I try to use tags to filter the tests, I get the error that the tag is not found. The filtering does work by pattern, but I need to filter by tags.

When I run the compiled binary from the command line, tag based filtering does work there

Thanks
Please sign in to leave a comment.
Hi! I was able to reproduce the issue in CLion 2017.3 and wasn't able to reproduce it with CLion 2017.3.1 EAP. Please try CLion 2017.3.1 EAP, seems that the issue was fixed there.