dotfiles/sbcl/.quicklisp/dists/quicklisp/software/trivial-gray-streams-20181018-git/test/package.lisp
2020-01-20 14:13:08 -05:00

6 lines
159 B
Common Lisp

(defpackage trivial-gray-streams-test
(:use :cl #:trivial-gray-streams)
(:shadow #:method)
(:export #:run-tests
#:failed-test-names))