packages feed

binary-typed-0.1.0.0: tests/Tests.hs

module Main where

import Test.Tasty
import qualified QuickCheck
import qualified HUnit



main :: IO ()
main = defaultMain (testGroup "binary-typed testsuite"
      [ QuickCheck.props
      , HUnit.props
      ])