1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 10:03:22 +03:00
juvix/test/Asm/Validate.hs

8 lines
175 B
Haskell
Raw Normal View History

2022-09-29 18:44:55 +03:00
module Asm.Validate where
import Asm.Validate.Negative qualified as ValidateN
import Base
allTests :: TestTree
allTests = testGroup "JuvixAsm validate" [ValidateN.allTests]