]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - test/Doctests.hs
af4bcb5085a7c5650db14a0c9bfc6434e1e3630e
[dead/htsn-import.git] / test / Doctests.hs
1 module Main where
2
3 import Test.DocTest ( doctest )
4
5 -- | There's some kind of goddamned bug causing the doctests to commit
6 -- suicide when run on src/Main.hs. Since we only have doctests in
7 -- TSN.Codegen and TSN.Picklers for now, just test those.
8 --
9 main :: IO ()
10 main = doctest [ "-isrc",
11 "-idist/build/autogen",
12 "src/TSN/Codegen.hs",
13 "src/TSN/Picklers.hs"]