mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Header comments, real library name
This commit is contained in:
parent
5699fcf8df
commit
cb25dfd5e3
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
;; Ported from chibi's test library
|
||||
(define-library (test)
|
||||
;;;; Cyclone Scheme
|
||||
;;;; 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
|
||||
test test-equal test-error test-assert test-not test-values
|
||||
test-group current-test-group
|
||||
|
|
Loading…
Add table
Reference in a new issue