1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/test/Internal.hs

8 lines
158 B
Haskell
Raw Normal View History

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