]> Git — Sourcephile - haskell/symantic.git/blob - TFHOE/Repr/Test.hs
init
[haskell/symantic.git] / TFHOE / Repr / Test.hs
1 module Repr.Test where
2
3 import Test.Tasty
4 import qualified Repr.Host.Test as Host
5 import qualified Repr.String.Test as String
6
7 tests :: TestTree
8 tests =
9 testGroup "Repr"
10 [ Host.tests
11 , String.tests
12 ]