This commit is contained in:
Andrea Ferretti 2017-04-07 15:09:13 +02:00
commit 2e9c50e487
2 changed files with 27 additions and 22 deletions

View file

@ -52,6 +52,10 @@ test "can distinguish package reading in nimbleDir vs. other dirs (#304)":
cd "issue304" / "package-test":
check execNimble("tasks").exitCode == QuitSuccess
test "can accept short flags (#329)":
cd "nimscript":
check execNimble("c", "-d:release", "nimscript.nim").exitCode == QuitSuccess
test "can build with #head and versioned package (#289)":
cd "issue289":
check execNimble(["install", "-y"]).exitCode == QuitSuccess