aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-09 21:12:28 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-09 21:12:28 +0000
commita8436846201d03b80d8b11b68ef07923bb2997b4 (patch)
tree85fa9f628536711a9888a0c7601cee5f06016470 /tests/Doctest.hs
parentc96a9c4d4bb31ec0238a40f79da6eddf4e8d57a7 (diff)
downloadverismith-a8436846201d03b80d8b11b68ef07923bb2997b4.tar.gz
verismith-a8436846201d03b80d8b11b68ef07923bb2997b4.zip
Add doctest-discover
Diffstat (limited to 'tests/Doctest.hs')
-rw-r--r--tests/Doctest.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Doctest.hs b/tests/Doctest.hs
index f72022d..736ea72 100644
--- a/tests/Doctest.hs
+++ b/tests/Doctest.hs
@@ -1,4 +1 @@
-import Test.DocTest
-
-main =
- doctest ["-XOverloadedStrings", "-isrc", "src/Test/VeriFuzz/Verilog/Mutate.hs"]
+{-# options_ghc -F -pgmF doctest-discover -optF test/doctest.json #-}