mirror of
https://github.com/anoma/juvix.git
synced 2024-11-10 06:35:17 +03:00
8 lines
162 B
Haskell
8 lines
162 B
Haskell
|
module MonoJuvix (allTests) where
|
||
|
|
||
|
import Base
|
||
|
import MonoJuvix.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "MonoJuvix tests" [P.allTests]
|