scheme-libraries/retropikzel/ctrf
retropikzel 757bc3150f Fix ctrf library 2025-12-06 12:52:15 +02:00
..
LICENSE Added ctrf library 2025-11-22 20:40:12 +02:00
README.md Fix ctrf library 2025-12-06 12:52:15 +02:00
VERSION Added ctrf library 2025-11-22 20:40:12 +02:00
test.scm Fix ctrf library 2025-12-06 12:52:15 +02:00

README.md

Test-runner for SRFI-64 that outputs Common Test Report Format.

Usage:

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

(test-runner-current (ctrf-runner))

Then run tests as usual. The CTRF output will be outputted into JSON file named as $SCHEME-$TESTNAME.json.

Any failing tests and summary will be printed into stdout.

Exit code is the amount of failed tests.