File: TestSuite.hs

package info (click to toggle)
haskell-io-streams-haproxy 1.0.1.0-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 789; ansic: 18; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
module Main where

import qualified System.IO.Streams.Network.HAProxy.Tests as HAProxy
import           Test.Framework                          (defaultMain, testGroup)


------------------------------------------------------------------------------
main :: IO ()
main = defaultMain tests
  where
    tests = [ testGroup "Tests.HAProxy" HAProxy.tests ]