module Repr.Test where import Test.Tasty import qualified Repr.Host.Test as Host import qualified Repr.Text.Test as Text tests :: TestTree tests = testGroup "Repr" [ Host.tests , Text.tests ]