1import Test.DocTest (doctest)
2
3main :: IO ()
4main = doctest ["-Iinclude", "-Iinternal", "Data"]
5