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

10 lines
256 B
Common Lisp

;;; -*- mode: lisp -*-
(defsystem :trivial-gray-streams-test
:version "2.0"
:depends-on (:trivial-gray-streams)
:pathname #P"test/"
:serial t
:components ((:file "package")
(:file "test-framework")
(:file "test")))