a few tests

This commit is contained in:
rhiannon morris 2022-04-27 20:06:39 +02:00
parent 6bffd6a11c
commit 1eace0039e
4 changed files with 143 additions and 6 deletions

View file

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