aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Doctest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Doctest.hs')
-rw-r--r--tests/Doctest.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Doctest.hs b/tests/Doctest.hs
new file mode 100644
index 0000000..f72022d
--- /dev/null
+++ b/tests/Doctest.hs
@@ -0,0 +1,4 @@
+import Test.DocTest
+
+main =
+ doctest ["-XOverloadedStrings", "-isrc", "src/Test/VeriFuzz/Verilog/Mutate.hs"]