aboutsummaryrefslogtreecommitdiff
path: root/test/doctests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/doctests.hs')
-rw-r--r--test/doctests.hs8
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"]