Improving travis functionality
[wolf] / src / test / style-checker-test.asd
index 4b2cce3424a4da9473603725459ea8002d182dfa..02661cb0f57c9b58a79d3027a38ad338094f73dd 100644 (file)
@@ -1,12 +1,8 @@
-; For why this is the way it is, see src/main/style-checker.asd
-(asdf:defsystem style-checker-test.internal
-  :components ((:file "package")
-               (:file "main")))
-
 (asdf:defsystem style-checker-test
-  :name "Experiment Tests"
-  :version "0.0.1"
+  :name "Style Checker Tests"
+  :version "0.1"
   :maintainer "Frank Duncan (frank@kank.com)"
   :author "Frank Duncan (frank@kank.com)"
   :serial t
-  :depends-on (:style-checker style-checker-test.internal))
+  :components ((:file "package") (:file "main"))
+  :depends-on (:style-checker))