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

9 lines
223 B
Haskell
Raw Normal View History

module Core where
import Base
import Core.Eval qualified as Eval
import Core.Transformation qualified as Transformation
allTests :: TestTree
allTests = testGroup "JuvixCore tests" [Eval.allTests, Transformation.allTests]