Markup and spelling corrections to the reference manual
[parenscript.git] / parenscript.test.asd
blobf98cf3d3c52f661ec2751efa3331734ac983f499
1 ;;;; -*- lisp -*-
3 (defsystem :parenscript.test
4   :license "Public Domain"
5   :description "Unit tests for Parenscript"
6   :components ((:module :t
7                         :serial t
8                         :components ((:file "test-package")
9                                      (:file "test")
10                                      (:file "output-tests")
11                                      (:file "package-system-tests")
12                                      (:file "eval-tests"))))
13   :depends-on (:parenscript :eos :cl-js))