1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/test/Asm/Transformation.hs
2022-11-08 13:42:40 +01:00

8 lines
192 B
Haskell

module Asm.Transformation where
import Asm.Transformation.Prealloc qualified as Prealloc
import Base
allTests :: TestTree
allTests = testGroup "JuvixAsm transformations" [Prealloc.allTests]