10 lines
217 B
Plaintext
Raw Normal View History

version = "0.1.0"
author = "Questionable Authors"
description = "Questionable tests for pkg/result"
license = "MIT"
2023-06-05 17:00:09 +02:00
requires "results"
task test, "Runs the test suite":
exec "nim c -f -r --skipParentCfg test.nim"