Re: passing a dynamic parameter to a cppunittest

2015-04-25 Thread Michael Stahl
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

passing a dynamic parameter to a cppunittest

2015-04-24 Thread Markus Mohrhard
Hey, 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 sa