1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/test/Asm/Compile.hs

8 lines
156 B
Haskell
Raw Normal View History

2022-12-06 13:33:20 +03:00
module Asm.Compile where
import Asm.Compile.Positive qualified as P
import Base
allTests :: TestTree
allTests = testGroup "JuvixAsm compile" [P.allTests]