mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
fe78ff451c
* 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).
8 lines
149 B
Haskell
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]
|