> + @echo " $(MAKE) check-report.junit.xml Generates an aggregated TAP test
> report"
XML now rather than TAP; tweaked and queued, thanks.
Paolo
On 27/5/22 17:30, Dario Faggioli wrote:
Since commit 3d2f73ef75e ("build: use "meson test" as the test harness"),
check-report.tap is no more, and we have check-report.junit.xml.
Update the output of 'make check-help', which was still listing
'check-report.tap', accordingly.
Fixes: 3d2f73ef75e
Since commit 3d2f73ef75e ("build: use "meson test" as the test harness"),
check-report.tap is no more, and we have check-report.junit.xml.
Update the output of 'make check-help', which was still listing
'check-report.tap', accordingly.
Fixes: 3d2f73ef75e
Signed-off-by: Dario Faggioli
---
Cc: Pao