1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-17 19:47:45 +03:00
juvix/test/Runtime.hs
2022-11-03 09:38:09 +01:00

8 lines
145 B
Haskell

module Runtime where
import Base
import Runtime.Positive qualified as P
allTests :: TestTree
allTests = testGroup "Runtime tests" [P.allTests]