mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
8 lines
192 B
Haskell
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]
|