From a8436846201d03b80d8b11b68ef07923bb2997b4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 9 Jan 2019 21:12:28 +0000 Subject: Add doctest-discover --- tests/Doctest.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/Doctest.hs') 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 #-} -- cgit