On 05/18/2018 02:46 PM, Nathan Sidwell wrote: > On 05/18/2018 08:29 AM, Martin Liška wrote: >> Hi. >> >> It's requested by LCOV folks, they want to be able to print to stdout >> instead of into a file. >> >> Survives make check -k -j10 RUNTESTFLAGS="gcov.exp" > > I guess you looked at abstracting the output file a bit earlier, and passing > in a FILE* to the outputting routines? That would be nicer, but if not > practical, this is ok.
Would be nice, but as we have quite some prologue and epilogue for file creation, let me please install the patch. Thanks, Martin > > nathan >