mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
11 lines
190 B
Haskell
11 lines
190 B
Haskell
|
module BackendGeb.Compilation where
|
||
|
|
||
|
import BackendGeb.Compilation.Positive qualified as P
|
||
|
import Base
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests =
|
||
|
testGroup
|
||
|
"Compilation to Geb"
|
||
|
[P.allTests]
|