Check dynamically whether a RETURN operator has been invoked inside a loop.
[parenscript.git] / parenscript.test.asd
blob316dce31858e7c5400e55cc6e1193235e0b37d42
1 ;;;; -*- lisp -*-
3 (defsystem :parenscript.test
4   :license "Public Domain"
5   :components ((:module :t
6                         :serial t
7                         :components ((:file "test-package")
8                                      (:file "test")
9                                      (:file "output-tests")
10                                      (:file "package-system-tests")
11                                      (:file "eval-tests"))))
12   :depends-on (:parenscript :eos :cl-js))