]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden.hs
test: add goldens for TH splices
[haskell/symantic-parser.git] / test / Golden.hs
1 module Golden where
2
3 import Test.Tasty
4
5 import qualified Golden.Grammar
6 import qualified Golden.Machine
7 import qualified Golden.Parser
8 import qualified Golden.Splice
9
10 goldens :: TestTree
11 goldens = testGroup "Golden"
12 [ Golden.Grammar.goldens
13 , Golden.Machine.goldens
14 , Golden.Splice.goldens
15 , Golden.Parser.goldens
16 ]