DEBSOURCES
Skip Quicknav
sources / hdbc-postgresql / 2.5.0.1-3 / testsrc / runtests.hs
123456789101112
{- arch-tag: Test runner -} module Main where import Test.HUnit import Tests import TestUtils main = do printDBInfo runTestTT tests