Created
July 18, 2010 04:15
-
-
Save naush/480114 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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