]> Git — Sourcephile - haskell/symantic-plaintext.git/blob - tests/Main.hs
iface: rename `Symantic.{Formatter => Plaintext}`
[haskell/symantic-plaintext.git] / tests / Main.hs
1 module Main where
2
3 import Data.Function (($))
4 import System.IO (IO)
5 import Test.Tasty
6
7 import HUnit
8 import Golden
9
10 main :: IO ()
11 main = do
12 defaultMain $
13 testGroup "Plaintext"
14 [ hunit
15 , golden
16 ]