mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
8 lines
149 B
Haskell
8 lines
149 B
Haskell
|
module BackendC where
|
||
|
|
||
|
import BackendC.Positive qualified as P
|
||
|
import Base
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "Backend C tests" [P.allTests]
|