----------------------------------------------------------------------------- -- | -- 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