15721ddfb9e6023f233486f31db504c8fe47feb5
[clnl] / src / test / clnl-test.asd
1 ; For why this is the way it is, see src/main/clnl.asd
2 (asdf:defsystem clnl-test.internal
3   :components ((:file "package")
4                (:file "main")
5                (:file "simpletests")
6                (:file "viewtests")))
7
8 (asdf:defsystem clnl-test
9   :name "Experiment Tests"
10   :version "0.0.1"
11   :maintainer "Frank Duncan (frank@kank.com)"
12   :author "Frank Duncan (frank@kank.com)"
13   :serial t
14   :depends-on (:ironclad :clnl clnl-test.internal))