6 lines
159 B
Common Lisp
6 lines
159 B
Common Lisp
(defpackage trivial-gray-streams-test
|
|
(:use :cl #:trivial-gray-streams)
|
|
(:shadow #:method)
|
|
(:export #:run-tests
|
|
#:failed-test-names))
|
|
|