aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-31 12:14:09 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-31 12:14:09 +0100
commit06a73c2872188d137d866c48fd912b2d48878634 (patch)
tree5261daa45634722df16a60e5f550804b7b8aed90 /tests/Doctest.hs
parent83f5512402a25cc011814f74c086e045bdcb9d1c (diff)
downloadverismith-06a73c2872188d137d866c48fd912b2d48878634.tar.gz
verismith-06a73c2872188d137d866c48fd912b2d48878634.zip
Adding doctest suite
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"]