1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 11:16:48 +03:00
juvix/test/Parsing.hs

11 lines
163 B
Haskell
Raw Normal View History

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