Add function documentation checker/converter
[sheep] / src / test / docgen-test.asd
index ea788a54058b3cd4736a7ae6e3ad9295691d2e73..4cbe4c7e5c8cbbadd56858cbd15ad5a05f2536c3 100644 (file)
@@ -1,7 +1,8 @@
 ; For why this is the way it is, see src/main/style-checker.asd
 (asdf:defsystem docgen-test.internal
   :components ((:file "package")
-               (:file "main")))
+               (:file "main")
+               (:file "failures")))
 
 (asdf:defsystem docgen-test
   :name "Document Generator Tests"