sourcephile
/
git
/
haskell
/
symantic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
init
[haskell/symantic.git]
/
Language
/
LOL
/
Symantic
/
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.Text.Test as Text
6
7
tests :: TestTree
8
tests =
9
testGroup "Repr"
10
[ Host.tests
11
, Text.tests
12
]