module Parsing.Test where import Test.Tasty import qualified Parsing.Grammar.Test as Grammar -- * Tests tests :: TestTree tests = testGroup "Parsing" $ [ Grammar.tests ]