{-# OPTIONS -Wall -fno-warn-missing-signatures #-} module Main where -- For statistics to be accurate we need to make sure we import the hole library. import Graphics.UI.SybWidget import TestPriLabel import TestInstanceCreator import TestMySYB import TestSybOuter import Test.HUnit main :: IO() main = do priLabelTests sybOuterQuickTests runTestTT (TestList (sybOuterTests:instanceCreatorTests:[mySYBTests])) >>= print