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

9 lines
198 B
Haskell

module Asm where
import Asm.Run qualified as Run
import Asm.Validate qualified as Validate
import Base
allTests :: TestTree
allTests = testGroup "JuvixAsm tests" [Validate.allTests, Run.allTests]