Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom report output #349

Open
rossburton opened this issue May 19, 2023 · 1 comment
Open

Custom report output #349

rossburton opened this issue May 19, 2023 · 1 comment

Comments

@rossburton
Copy link

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.

@snogge
Copy link

snogge commented May 22, 2023

Having automake-accepted output would be great. I've used this driver script https://gist.github.com/snogge/4c2ef158828862fc35d179efe857288d for my autmake+libcheck project. Integrate in automake with

LOG_DRIVER=$(top_srcdir)/build-aux/libcheck-driver

This would require changing all the projects using libcheck instead of just libcheck which is probably not what you want.
Unfortunately there is not much happening in this repo lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants