mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 10:03:22 +03:00
11 lines
216 B
Haskell
11 lines
216 B
Haskell
|
module BackendGeb.FromCore where
|
||
|
|
||
|
import BackendGeb.FromCore.Positive qualified as FromCoreP
|
||
|
import Base
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests =
|
||
|
testGroup
|
||
|
"Translation from Juvix Core to Geb"
|
||
|
[FromCoreP.allTests]
|