1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/test/VampIR.hs
Łukasz Czajka fe78ff451c
Direct translation from normalized JuvixCore to VampIR (#2086)
* Closes #2034.
* Adds the `vampir` target to the `compile` command.
* Adds two tests which are not yet enabled because `vamp-ir` is not
available in the CI (these and more tests will be enabled in #2103).
2023-05-19 14:43:45 +02:00

8 lines
149 B
Haskell

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