[Cppunit-devel] Directory based testsuites
Brought to you by:
blep
From: Tredinnick, J. <jac...@me...> - 2002-03-01 13:10:38
|
Hi, Apologies for repeating a question I posted on the open forum a while ago - I'm assuming this is a better place to get an answer? I'm looking into using cppunit on a large application, for which the requirement is to specify tests at run-time. E.g to invoke all the tests under the directory $SRC/a/b: <app> -test a.b I couldn't quite manage to do this with the 1.6.2 release (TestFactoryRegistry looked the best place to start), but eventually got it working with a few changes in cppunit/extensions. Surely I can't be the only one doing this? Has anyone managed it with 1.6.2? Is there any chance my changes could make it into the next release? (1.7.0 is it?) Any advice would be appreciated. Regards -- Jacob Tredinnick |