escoger-0.1.0.0: Tests/Test.hs
import Test.Framework (defaultMain) import Unit.Matches tests = [unit_matches] main :: IO () main = defaultMain tests
import Test.Framework (defaultMain) import Unit.Matches tests = [unit_matches] main :: IO () main = defaultMain tests