TAP output for SRFI-64 [Test Anything Protocol](https://testanything.org/)
(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")
Get the TAP test runner.