Get working on Windows 8
[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
3   :name "Experiment Tests"
4   :version "0.0.1"
5   :maintainer "Frank Duncan (frank@kank.com)"
6   :author "Frank Duncan (frank@kank.com)"
7   :serial t
8   :depends-on (:ironclad :clnl clnl-test.internal))