1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Core/Transformation.hs
2022-09-06 15:26:48 +02:00

8 lines
192 B
Haskell

module Core.Transformation where
import Base
import Core.Transformation.Lifting qualified as Lifting
allTests :: TestTree
allTests = testGroup "JuvixCore transformations" [Lifting.allTests]