test/runner
src/test/runner.tur
defn
run-all
(run-all :void)
emit the TAP plan line and a summary to stderr.
Example
(run-all)
Since: P1
Internal definitions
__runner-print-- emit the TAP plan and summary to stdout/stderr.No matching definitions.
(run-all :void)
emit the TAP plan line and a summary to stderr.
(run-all)
Since: P1
__runner-print-- emit the TAP plan and summary to stdout/stderr.