File: TestSuite.hs

package info (click to toggle)
haskell-blaze-markup 0.8.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: haskell: 1,140; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
-- | Main module to run all tests.
--
module Main where

import qualified Test.Tasty as Tasty

import qualified Text.Blaze.Tests

main :: IO ()
main = Tasty.defaultMain $
    Tasty.testGroup "Text.Blaze.Tests" Text.Blaze.Tests.tests