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 --- verifuzz.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'verifuzz.cabal') diff --git a/verifuzz.cabal b/verifuzz.cabal index 252bd97..f2524d8 100644 --- a/verifuzz.cabal +++ b/verifuzz.cabal @@ -1,7 +1,8 @@ name: verifuzz version: 0.1.0.0 --- synopsis: --- description: +synopsis: Random verilog generation and simulator testing. +description: VeriFuzz provides random verilog generation modules + implementing functions to test supported simulators. homepage: https://github.com/githubuser/verifuzz#readme license: BSD3 license-file: LICENSE @@ -89,4 +90,5 @@ test-suite verifuzz-doctest build-depends: base >= 4 && < 5 , verifuzz , doctest + , doctest-discover default-extensions: OverloadedStrings \ No newline at end of file -- cgit