diff options
author | YvesPares <> | 2019-10-09 10:16:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2019-10-09 10:16:00 (GMT) |
commit | 9068121cca98d841d9f254d60803b15a64270283 (patch) | |
tree | 65e50aff0b3ca90ed3b5e98a29449281547d469b /test |
Diffstat (limited to 'test')
-rw-r--r-- | test/DocTest.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/DocTest.hs b/test/DocTest.hs new file mode 100644 index 0000000..f3d4f07 --- /dev/null +++ b/test/DocTest.hs @@ -0,0 +1,5 @@ +import Test.DocTest + +main :: IO () +main = doctest ["-isrc", "src"] + |