vulkan-utils-0.1.3: test/doctest/Doctests.hs
module Main where
import Build_doctests ( flags
, module_sources
, pkgs
)
import Test.DocTest ( doctest )
main :: IO ()
main = doctest $ flags ++ pkgs ++ module_sources