WARNING: THIS LIBRARY IS NOT SRFI! IT’S JUST EXTENDS (srfi srfi-64-ext)
.
This a set of utilities/wrappers around srfi-64
for testing in Guile Scheme. It’s from Andrew Tropin’s RDE, just modularized and packed separately.
guile -L . -c \
"(use-modules
(srfi srfi-64-ext))
(run-project-tests-cli
(list
(resolve-module
'(examples simple))))"