I'm integrating libcheck-using test suites into another framework which expects the output to look like automake, with PASS: testname, FAIL: testname etc.
Is there a extensible way to add a new output format to check, or does this have to be added to check_log.c? I have a horrible patch that adds a new am_lfun but am not sure if that's the cleanest way to do it.
I'm integrating libcheck-using test suites into another framework which expects the output to look like automake, with
PASS: testname,FAIL: testnameetc.Is there a extensible way to add a new output format to check, or does this have to be added to
check_log.c? I have a horrible patch that adds a newam_lfunbut am not sure if that's the cleanest way to do it.