1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Tree.hs

10 lines
270 B
Haskell
Raw Normal View History

module Tree where
import Base
import Tree.Asm qualified as Asm
import Tree.Eval qualified as Eval
import Tree.Transformation qualified as Transformation
allTests :: TestTree
allTests = testGroup "JuvixTree tests" [Eval.allTests, Asm.allTests, Transformation.allTests]