blob: 3c529f90c39f5b3b8b6050c796eed5fee06d1cf5 (
plain)
1
2
3
4
5
6
7
|
Unit Testing with CppUnit
----------------------------------------
Usage: CppUnit <TestSuitName>
Running CppUnit.exe by itself will run all the test suites. Passing the name
of a test suite as an argument will only run that test suite.
|