File: runtests.hs

package info (click to toggle)
ldap-haskell 0.6.11-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 164 kB
  • sloc: haskell: 83; ansic: 34; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
{- arch-tag: Test runner
Copyright (C) 2005 John Goerzen <jgoerzen@complete.org>
-}

module Main where 

import Test.HUnit
import Tests

main = runTestTT tests