diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-08-28 19:47:07 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-08-31 22:22:45 +0200 |
commit | 1ff6303a5a08504a938fd845505323f6a9771977 (patch) | |
tree | bc6c4aadad33dde946fe4e124036c990859cceba /test | |
download | frotate.hs-1ff6303a5a08504a938fd845505323f6a9771977.tar.gz |
Initial version0.1.0
Diffstat (limited to 'test')
-rw-r--r-- | test/doctests.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/doctests.hs b/test/doctests.hs new file mode 100644 index 0000000..71ee50d --- /dev/null +++ b/test/doctests.hs @@ -0,0 +1,8 @@ +module Main + ( main + ) where + +import Test.DocTest (doctest) + +main :: IO () +main = doctest ["-isrc", "src/Lib.hs"] |