[cppunit] specific test selection

Michael Stahl mstahl at redhat.com
Mon Jan 8 12:47:16 UTC 2018


On 04.01.2018 17:10, th.lauke at arcor.de wrote:
> how do I select a varying, but specific group of tests?
> Is it just possible as hard-coded definition of a certain test suite,
> which could be separated by a compiler directive?
> No way to specify an individual pattern refering to the test case tags on the command line?

fwiw we have a CPPUNIT_TEST_NAME env variable in the LO test-runner, see:

https://opengrok.libreoffice.org/xref/core/sal/cppunittester/cppunittester.cxx#300

presumably this feature isn't built-in to CppUnit, since it's
implemented in the LO specific test runner.


More information about the LibreOffice mailing list