{- Copyright (C) 2009 John Goerzen All rights reserved. For license and copyright information, see the file LICENSE -} module TestInfrastructure where import qualified Test.QuickCheck as QC import qualified Test.HUnit as HU import Test.HUnit.Tools q :: QC.Testable a => String -> a -> HU.Test q = qc2hu 250