skeleton of example

This commit is contained in:
rhiannon morris 2022-05-26 16:29:47 +02:00
parent 4c0ab9ca9b
commit d8e8a95ef4
3 changed files with 39 additions and 14 deletions

7
example/Example.idr Normal file
View file

@ -0,0 +1,7 @@
module Example
import TAP
main : IO ()
main = TAP.main !getTestOpts []

8
example/example.ipkg Normal file
View file

@ -0,0 +1,8 @@
package tap-example
depends = base, contrib, tap
sourcedir = "."
executable = tap-example
main = Example
modules = Example