1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-19 04:27:20 +03:00
juvix/test/VampIR.hs
2023-06-15 16:42:58 +02:00

10 lines
275 B
Haskell

module VampIR where
import Base
import VampIR.Compilation.Negative qualified as N
import VampIR.Compilation.Positive qualified as PC
import VampIR.Core.Positive qualified as PT
allTests :: TestTree
allTests = testGroup "VampIR tests" [PT.allTests, PC.allTests, N.allTests]