mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
8 lines
156 B
Haskell
8 lines
156 B
Haskell
module Asm.Compile where
|
|
|
|
import Asm.Compile.Positive qualified as P
|
|
import Base
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "JuvixAsm compile" [P.allTests]
|