I have following queries
1. How to run unit test using command line
2. How to run a subset of unit test cases.
3. How to run a particular test case only.
Regards
Raj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using Ubuntu for cppcheck build.
I have following queries
1. How to run unit test using command line
2. How to run a subset of unit test cases.
3. How to run a particular test case only.
Regards
Raj
thanks!
To run all unit tests:
or
To run a subset:
To run a particular test case: