Fixed loop capture of renamed lexical variables
[parenscript.git] / parenscript.tests.asd
blob2ab323aed30ef1d2f38fb2e93c30a6a3b79cc902
1 ;;;; -*- lisp -*-
3 (defsystem :parenscript.tests
4   :license "BSD-3-Clause"
5   :description "Unit tests for Parenscript"
6   :components ((:module :tests
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 :fiveam :cl-js))