File: runtests.hs

package info (click to toggle)
ldap-haskell 0.6.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148 kB
  • sloc: haskell: 83; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (14)
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