1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Core.hs

9 lines
189 B
Haskell

module Core where
import Base
import Core.Negative qualified as N
import Core.Positive qualified as P
allTests :: TestTree
allTests = testGroup "JuvixCore tests" [P.allTests, N.allTests]