Adding travis
[wolf] / src / test / style-checker-test.asd
diff --git a/src/test/style-checker-test.asd b/src/test/style-checker-test.asd
new file mode 100644 (file)
index 0000000..4b2cce3
--- /dev/null
@@ -0,0 +1,12 @@
+; 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"
+  :maintainer "Frank Duncan (frank@kank.com)"
+  :author "Frank Duncan (frank@kank.com)"
+  :serial t
+  :depends-on (:style-checker style-checker-test.internal))