1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 06:23:13 +03:00
juvix/test/Asm/Validate.hs
2022-09-29 17:44:55 +02:00

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]