a few tests
This commit is contained in:
parent
6bffd6a11c
commit
1eace0039e
4 changed files with 143 additions and 6 deletions
|
@ -1,7 +1,11 @@
|
|||
module Tests
|
||||
|
||||
import Tests.Equal
|
||||
|
||||
import TAP
|
||||
|
||||
export main : IO ()
|
||||
main = run
|
||||
[todo "write tests"]
|
||||
import System
|
||||
|
||||
export main : IO Int
|
||||
main = exitWith =<< run
|
||||
[Equal.tests]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue