mirror of
https://github.com/anoma/juvix.git
synced 2024-12-19 04:41:36 +03:00
8 lines
167 B
Haskell
8 lines
167 B
Haskell
|
module Tree.Asm where
|
||
|
|
||
|
import Base
|
||
|
import Tree.Asm.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "JuvixTree to JuvixAsm translation" [P.allTests]
|