mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
a110297a69
* Closes #2577 * Adds the `juvix dev reg run file.jvr` command. * Adds interpreter tests.
8 lines
150 B
Haskell
8 lines
150 B
Haskell
module Reg.Run where
|
|
|
|
import Base
|
|
import Reg.Run.Positive qualified as RunP
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "JuvixReg run" [RunP.allTests]
|