(retropikzel tap)

TAP output for SRFI-64

[Test Anything Protocol](https://testanything.org/)

Usage

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

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

(test-begin "My Cool Library")
(test-equal 1 1)
(test-end "My Cool Library")

Reference

(tap-runner)

Get the TAP test runner.