packages feed

penny-0.24.0.0: tests/Copper.hs

module Copper where

import qualified Copper.Parser as P
import qualified Copper.Render as R
import qualified Test.QuickCheck as Q

tests :: [(Q.Property -> IO Q.Result) -> IO Bool]
tests = [P.runTests, R.runTests]