Add strictmath library
[clnl] / src / test / clnl-test.asd
index d65a7971fb84fd168d9e37787c10734e8d7ba2ed..abb713dd44160a6706e8e229a0f65dae6b065468 100644 (file)
@@ -1,7 +1,10 @@
-; For why this is the way it is, see src/main/clnl.asd
 (asdf:defsystem clnl-test
   :name "Experiment Tests"
   :maintainer "Frank Duncan (frank@kank.com)"
   :author "Frank Duncan (frank@kank.com)"
   :serial t
-  :depends-on (:ironclad :clnl clnl-test.internal))
+  :components ((:file "package")
+               (:file "main")
+               (:file "simpletests")
+               (:file "viewtests"))
+  :depends-on (#-travis :ironclad :clnl))