]> Git — Sourcephile - haskell/symantic.git/blob - Language/Symantic/Parsing/Test.hs
Add Gram_Term.
[haskell/symantic.git] / Language / Symantic / Parsing / Test.hs
1 module Parsing.Test where
2
3 import Test.Tasty
4 import qualified Parsing.Grammar.Test as Grammar
5
6 -- * Tests
7 tests :: TestTree
8 tests = testGroup "Parsing" $
9 [ Grammar.tests
10 ]