1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
juvix/test/Parsing.hs
2022-09-07 13:59:41 +02:00

11 lines
163 B
Haskell

module Parsing
( allTests,
)
where
import Base
import Parsing.Negative qualified as N
allTests :: TestTree
allTests = testGroup "Parsing tests" [N.allTests]