mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Support an optional --trs-file PATH argument that causes guile-test to write the status information expected by the automake parallel test harness to PATH. In addition, when --trs-file is specified, suppress the final test summary (via print-counts) since it would be repeated per-test-file when running in parallel, the automake harness prints its own summary. cf. https://www.gnu.org/software/automake/manual/html_node/API-for-Custom-Test-Drivers.html * test-suite/guile-test (main): support --trs-file and --log-file. * test-suite/test-suite/lib.scm: add count-summary-line. * test-suite/test-suite/lib/automake.scm: add automake custom test driver. |
||
---|---|---|
.. | ||
lib | ||
lib.scm |