1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Reg/Run.hs
Łukasz Czajka a110297a69
JuvixReg interpreter (#2635)
* Closes #2577 
* Adds the `juvix dev reg run file.jvr` command.
* Adds interpreter tests.
2024-02-15 10:46:19 +01:00

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]