Get working on Windows 8
[clnl] / src / test / clnl-test.asd
index 156739f12a34cbee4f1961e6f5509108e346010c..6947ccc0de0eebd56911fd287a22a7c6c20b5b21 100644 (file)
@@ -1,10 +1,8 @@
+; For why this is the way it is, see src/main/clnl.asd
 (asdf:defsystem clnl-test
   :name "Experiment Tests"
   :version "0.0.1"
   :maintainer "Frank Duncan (frank@kank.com)"
   :author "Frank Duncan (frank@kank.com)"
   :serial t
-  :components ((:file "package")
-               (:file "main")
-               (:file "simpletests"))
-  :depends-on (:clnl :ironclad))
+  :depends-on (:ironclad :clnl clnl-test.internal))