]> gitweb.michael.orlitzky.com - email-validator.git/blob - test/Doctests.hs
test/Doctests.hs: update include path for newer Cabal versions.
[email-validator.git] / test / Doctests.hs
1 module Main where
2
3 import Test.DocTest ( doctest )
4
5 main :: IO ()
6 main = doctest [ "-isrc",
7 "-idist/build/autogen",
8 "-idist/build/email-validator/autogen",
9 "src/Main.hs" ]