Add strictmath library
[clnl] / src / test / clnl-test.asd
index a4c082064fadca1bd675a3d084e581167cb91910..abb713dd44160a6706e8e229a0f65dae6b065468 100644 (file)
@@ -1,16 +1,10 @@
-; For why this is the way it is, see src/main/clnl.asd
-(asdf:defsystem clnl-test.internal
-  :components ((:file "package")
-               (:file "main")
-               (:file "simpletests")))
-
 (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 (:ironclad :clnl clnl-test.internal))
+               (:file "simpletests")
+               (:file "viewtests"))
+  :depends-on (#-travis :ironclad :clnl))