Fixed #329
This commit is contained in:
parent
0a280aa6dd
commit
83731a9b32
4 changed files with 33 additions and 11 deletions
|
|
@ -21,6 +21,11 @@ task cr, "Testing `nimble c -r nimscript.nim` via setCommand":
|
|||
--r
|
||||
setCommand "c", "nimscript.nim"
|
||||
|
||||
task repeated, "Testing `nimble c nimscript.nim` with repeated flags":
|
||||
--define: foo
|
||||
--define: bar
|
||||
setCommand "c", "nimscript.nim"
|
||||
|
||||
task api, "Testing nimscriptapi module functionality":
|
||||
echo(getPkgDir())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue