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