1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 11:16:48 +03:00
juvix/test/Compilation.hs

9 lines
227 B
Haskell
Raw Normal View History

module Compilation where
import Base
import Compilation.Negative qualified as N
import Compilation.Positive qualified as P
allTests :: TestTree
allTests = testGroup "Juvix compilation pipeline tests" [P.allTests, N.allTests]