packages feed

picoparsec-0.1: tests/QC.hs

{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module Main (main) where

import qualified QC.Monoid as Monoid
import Test.Tasty (defaultMain, testGroup)

main = defaultMain tests

tests = testGroup "monoid" Monoid.tests