mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 18:13:56 +03:00
11 lines
185 B
Haskell
11 lines
185 B
Haskell
|
module BackendGeb.Eval where
|
||
|
|
||
|
import BackendGeb.Eval.Positive qualified as EvalP
|
||
|
import Base
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests =
|
||
|
testGroup
|
||
|
"JuvixGeb eval tests"
|
||
|
[EvalP.allTests]
|