Skip to content

Instantly share code, notes, and snippets.

@naush
Created July 18, 2010 04:15
Show Gist options
  • Save naush/480114 to your computer and use it in GitHub Desktop.
Save naush/480114 to your computer and use it in GitHub Desktop.
module AllTests where
import HUnit.Hunit
import qualified Board.TestBoard as TestBoard (suite)
import qualified Board.TestMark as TestMark (suite)
allTests = TestList
( TestBoard.suite
++ TestMark.suite )
main = runTestTT allTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment