1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/test/TypeCheck.hs

8 lines
162 B
Haskell
Raw Normal View History

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