File: trivial-gray-streams-test.asd

package info (click to toggle)
trivial-gray-streams 20200731.git8e6a1a0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: lisp: 588; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-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")))