Test one specific test suite given a cunit test file

423 Views Asked by At

Given a cunit test containing multiple suites (Suite1, Suite2, Suite3) which I can run all at once with "./test" How do I test one specific suite (Suite2) in that cunit file?

I tried "./test Suite2" which didn't work, and the cunit website seems seriously lackluster on the options on running cunit tests

0

There are 0 best solutions below