1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Internal/Eval.hs
2022-11-07 14:47:56 +01:00

8 lines
173 B
Haskell

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