mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
12 lines
125 B
Plaintext
12 lines
125 B
Plaintext
|
package runtests
|
||
|
|
||
|
pkgs = contrib
|
||
|
|
||
|
sourcedir = tests
|
||
|
executable = runtests
|
||
|
|
||
|
opts = "--warnreach --partial-eval"
|
||
|
|
||
|
main = Main
|
||
|
|