packages feed

Hs2lib-0.5.0: Tests/Test-Regression.hs

-----------------------------------------------------------------------------
-- |
-- Module      :  Windll
-- Copyright   :  (c) Tamar Christina 2009 - 2010
-- License     :  BSD3
-- 
-- Maintainer  :  tamar@zhox.com
-- Stability   :  experimental
-- Portability :  portable
--
-- Contains the main entry point for the test interface
--
-----------------------------------------------------------------------------

module Main where

import Tests.TestRunner ( runLocalTest )
import System.Exit ( exitSuccess )

main = do runLocalTest
          exitSuccess