How to run subset of unit tests in CPPUnit by selecting them at run-time?
- by ratkok
I am using CppUnit as a unit test framework. Is it possible to select a subset of testcases to execute at runtime?
Is there a filtering option provided within CppUnit to accomodate this?