1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
juvix/test/Internal.hs
2022-11-07 14:47:56 +01:00

8 lines
158 B
Haskell

module Internal where
import Base
import Internal.Eval qualified as Eval
allTests :: TestTree
allTests = testGroup "Internal to Core tests" [Eval.allTests]