]> Git — Sourcephile - comptalang.git/blob - cli/Hcompta/Repr/Test.hs
Adapte hcompta-cli.
[comptalang.git] / cli / Hcompta / Repr / Test.hs
1 module Repr.Test where
2
3 import Test.Tasty
4 import qualified Repr.Tree.Test as Text
5 import qualified Repr.Text.Test as Tree
6
7 tests :: TestTree
8 tests =
9 testGroup "Repr"
10 [ Text.tests
11 , Tree.tests
12 ]