;;; run-tests.chicken.scm (import (scheme base) (srfi 64) (bytestructures utils) (bytestructures) (bytestructures numeric-metadata) (bytestructures bytevectors) (bytestructures explicit-endianness)) (test-log-to-file (current-error-port)) (include "run-tests.body.scm") ;;; command line: $ csi -R r7rs -s run-tests.chicken.scm