File: runtests.hs

package info (click to toggle)
hdbc-postgresql 2.5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: haskell: 1,196; ansic: 62; makefile: 32
file content (12 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
{- arch-tag: Test runner
-}

module Main where 

import Test.HUnit
import Tests
import TestUtils

main = do printDBInfo
          runTestTT tests