File: runtests.hs

package info (click to toggle)
hdbc-sqlite3 2.3.3.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: haskell: 701; ansic: 146; 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