1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 19:49:20 +03:00
juvix/test/Rust.hs

9 lines
250 B
Haskell
Raw Normal View History

module Rust where
import Base
import Rust.Compilation qualified as Compilation
import Rust.RiscZero qualified as RiscZero
allTests :: TestTree
allTests = sequentialTestGroup "Juvix to Rust tests" AllFinish [Compilation.allTests, RiscZero.allTests]