2021-03-05 21:07:48 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
|
author = "Questionable Authors"
|
|
|
|
|
description = "Questionable tests for pkg/result"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
|
|
requires "result"
|
|
|
|
|
|
|
|
|
|
task test, "Runs the test suite":
|
2023-06-05 17:01:32 +02:00
|
|
|
exec "nim c -f -r --skipParentCfg test.nim"
|