Header comments, real library name

This commit is contained in:
Justin Ethier 2016-08-26 20:14:19 -04:00
parent 5699fcf8df
commit cb25dfd5e3

View file

@ -1,5 +1,10 @@
;; Ported from chibi's test library ;;;; Cyclone Scheme
(define-library (test) ;;;; https://github.com/justinethier/cyclone
;;;;
;;;; This module contains a testing framework ported from (chibi test)
;;;; which in turn was ported from CHICKEN.
;;;;
(define-library (scheme cyclone test)
(export (export
test test-equal test-error test-assert test-not test-values test test-equal test-error test-assert test-not test-values
test-group current-test-group test-group current-test-group