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