aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-21 13:37:25 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-21 13:37:25 +0200
commit30fbe26f59e54a276f88650ffa5e78343b5411eb (patch)
treeaa3166c423f262ee6296826d2c815a0b54084c31 /test/Doctest.hs
parentb5c035e45949945cc62845fa6492cffa77992524 (diff)
parentc19a51a8156bbcaee13d9819c8fe54ed0ca5c4cc (diff)
downloadverismith-30fbe26f59e54a276f88650ffa5e78343b5411eb.tar.gz
verismith-30fbe26f59e54a276f88650ffa5e78343b5411eb.zip
Merge branch 'master' into fix/resize-modports
Diffstat (limited to 'test/Doctest.hs')
-rw-r--r--test/Doctest.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Doctest.hs b/test/Doctest.hs
index 7463dfe..9dc22a4 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -1,7 +1,10 @@
module Main where
-import Build_doctests (flags, module_sources, pkgs)
-import Test.DocTest (doctest)
+import Build_doctests ( flags
+ , module_sources
+ , pkgs
+ )
+import Test.DocTest ( doctest )
main :: IO ()
main = doctest args where args = flags ++ pkgs ++ module_sources