On 25.04.2015 01:58, Markus Mohrhard wrote:
> so this is a question for our gbuild experts: Is there a way to pass a
> parameter through to the cppunit tester from the command line.
> 
> So I would like to have something like:
> 
> make CppunitTest_my_test testname1 testname2 testname3
> 
> and get the testname1, testname2, testname3 as argument to
> sal/cppunittester/cppunittester.cxx.
> 
> It would help if that would be possible for even just one argument.

pretty easy, this should work on master now:

make CppunitTest_my_test CPPUNITTEST_ARGS="testname1 testname2"


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to