aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
blob: 9dc22a4af33650314200c7d6d5c38991b3876dff (plain)
1
2
3
4
5
6
7
8
9
10
module Main where

import           Build_doctests                 ( flags
                                                , module_sources
                                                , pkgs
                                                )
import           Test.DocTest                   ( doctest )

main :: IO ()
main = doctest args where args = flags ++ pkgs ++ module_sources