mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
8 lines
145 B
Haskell
8 lines
145 B
Haskell
module Runtime where
|
|
|
|
import Base
|
|
import Runtime.Positive qualified as P
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "Runtime tests" [P.allTests]
|