mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
8 lines
175 B
Haskell
8 lines
175 B
Haskell
module Asm.Validate where
|
|
|
|
import Asm.Validate.Negative qualified as ValidateN
|
|
import Base
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "JuvixAsm validate" [ValidateN.allTests]
|