packages feed

churros-0.1.0.0: test/Churro/Test/Main.hs

module Main where

import Test.DocTest

-- import qualified Churro.Test.Examples as Ex
-- import qualified Build_doctests       as DT

-- TODO: Find out how to use a different test manager to allow these to be run independently
main :: IO ()
main = do
    doctest ["-isrc", "test/Churro/Test/Examples.hs"]
    -- Ex.main