12 lines
336 B
Nim
12 lines
336 B
Nim
version = "0.10.13"
|
|
author = "Questionable Authors"
|
|
description = "Elegant optional types"
|
|
license = "MIT"
|
|
|
|
task test, "Runs the test suite":
|
|
for module in ["options", "results", "stew"]:
|
|
withDir "testmodules/" & module:
|
|
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
|
exec "nimble install -d -y"
|
|
exec "nimble test -y"
|