module Repr.Tree.Test where import Test.Tasty import qualified Repr.Tree.Read.Test as Read tests :: TestTree tests = testGroup "Tree" [ Read.tests ]