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

9 lines
207 B
Haskell
Raw Normal View History

2022-09-29 18:44:55 +03:00
module Asm.Run where
import Asm.Run.Negative qualified as RunN
import Asm.Run.Positive qualified as RunP
import Base
allTests :: TestTree
allTests = testGroup "JuvixAsm run" [RunP.allTests, RunN.allTests]