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

8 lines
150 B
Haskell
Raw Normal View History

module Reg.Run where
import Base
import Reg.Run.Positive qualified as RunP
allTests :: TestTree
allTests = testGroup "JuvixReg run" [RunP.allTests]