Deprecated WITH special operator.
[parenscript.git] / parenscript.test.asd
blob9a5e7162f23b4d5b4368ad666039d0df1d269863
1 ;;;; -*- lisp -*-
3 (defsystem :parenscript.test
4   :components ((:module :t
5                         :serial t
6                         :components ((:file "test-package")
7                                      (:file "test")
8                                      (:file "reference-tests")
9                                      (:file "ps-tests")
10                                      (:file "package-system-tests"))))
11   :depends-on (:parenscript :fiveam))