scheme-libraries/retropikzel/tap
retropikzel 2abac66bc3 Add TAP library 2026-07-18 19:58:05 +03:00
..
LICENSE Add TAP library 2026-07-18 19:58:05 +03:00
README.md Add TAP library 2026-07-18 19:58:05 +03:00
VERSION Add TAP library 2026-07-18 19:58:05 +03:00
test.scm Add TAP library 2026-07-18 19:58:05 +03:00

README.md

TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness.

Test Anything Protocol

Usage:

(import (scheme base)
        (srfi 64)
        (retropikzel tap))

(test-runner-current (tap-runner))