Prefix unit test command line arguments
We use Catch for unit testing. We supply our own main instead of using Catch's default one. In order to run the unit tests, we need to pass the first command argument as "run_tests" to execute the Catch unit testing session.
Is it possible to modify the command line arguments that resharper c++ provides?
Please sign in to leave a comment.
Hello,
ReSharper uses standard "Command","Command Arguments", "Working Directory" and "Environment" properties from project properties. See https://www.jetbrains.com/help/resharper/2016.3/Unit_Testing_in_CPP.html for more details.