mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 19:49:20 +03:00
8 lines
172 B
Haskell
8 lines
172 B
Haskell
|
module Compilation where
|
||
|
|
||
|
import Base
|
||
|
import Compilation.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "Juvix compilation pipeline tests" [P.allTests]
|