I am following the instructions to use the mutation testing framework Mull and integrating it with CMake
https://mull.readthedocs.io/en/latest/tutorials/CMakeIntegration.html
The last step involves executing the test using the mull-runner. For example:
$ mull-runner-12 test/my_test.exe
I have many tests in my project, and I simply usually run all of them with ctest.
Is there a way to tell ctest, from the command, to add a prefix to all execution commands? (in this case the prefix will be mull-runner-12).