aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
blob: 1b899c3565be81f343f30f948b5e4fa6868e1bd8 (plain)
1
2
3
4
5
6
7
8
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