quox/tests/Tests.idr

8 lines
80 B
Idris

module Tests
import TAP
export main : IO ()
main = run
[todo "write tests"]