module Main where import Build_doctests (flags, pkgs, module_sources) import Test.DocTest (doctest) main :: IO () main = doctest $ flags ++ pkgs ++ ["test/Types/Common.hs", "test/Utils.hs"] ++ module_sources