mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-23 20:22:34 +03:00
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
package runtests
|
||
|
|
||
|
sourcedir = tests
|
||
|
executable = runtests
|
||
|
|
||
|
opts = "--warnreach --partial-eval"
|
||
|
|
||
|
main = Main
|
||
|
|