]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - test/Doctests.hs
Fix present-but-empty vleague parsing in jfilexml.
[dead/htsn-import.git] / test / Doctests.hs
index d76d27217423e93bdb07b5571f532aef10f4f4f1..07e4bd7393eb80f92f3eb7b70158de2b17fcb1d3 100644 (file)
@@ -4,9 +4,11 @@ import Test.DocTest ( doctest )
 
 -- | There's some kind of goddamned bug causing the doctests to commit
 --   suicide when run on src/Main.hs. Since we only have doctests in
---   TSN.Codegen for now, just test that.
+--   TSN.Codegen and TSN.Picklers for now, just test those.
 --
 main :: IO ()
 main = doctest [ "-isrc",
                  "-idist/build/autogen",
-                 "src/TSN/Codegen.hs" ]
+                 "src/Misc.hs",
+                 "src/TSN/Codegen.hs",
+                 "src/TSN/Picklers.hs"]