Is there a way to customize what ctest does when using the “-T test” and “-T coverage” arguments?
I have a project where I would like to easily limit which tests run and normally I use labels for that as in “ctest -L nightly”. But that doesn’t seem to work in conjunction with “ctest -T test”.
This is primarily connected with the “-T coverage” use of ctest as “-T coverage” works well for GCC compilers but not for LLVM based compilers like clang. But using GCC and doing coverage over all my test suite takes several hours.
Thanks,
Rich