This commit is contained in:
parent
c3c845f632
commit
2e9c50e487
2 changed files with 27 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue