questionable/questionable.nimble
2021-04-15 11:04:54 +02:00

11 lines
286 B
Nim

version = "0.6.2"
author = "Questionable Authors"
description = "Elegant optional types"
license = "MIT"
task test, "Runs the test suite":
for module in ["options", "result", "stew"]:
withDir "testmodules/" & module:
exec "nimble install -d -y"
exec "nimble test -y"