1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/test/BackendGeb/Compilation.hs

11 lines
190 B
Haskell
Raw Normal View History

module BackendGeb.Compilation where
import BackendGeb.Compilation.Positive qualified as P
import Base
allTests :: TestTree
allTests =
testGroup
"Compilation to Geb"
[P.allTests]