trivial-gray-streams-test.asd - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       trivial-gray-streams-test.asd (256B)
       ---
            1 ;;; -*- mode: lisp -*-
            2 
            3 (defsystem :trivial-gray-streams-test
            4   :version "2.0"
            5   :depends-on (:trivial-gray-streams)
            6   :pathname #P"test/"
            7   :serial t
            8   :components ((:file "package")
            9                (:file "test-framework")
           10                (:file "test")))