parent
4007b2a778
commit
a2ec2db8f2
5 changed files with 45 additions and 22 deletions
|
|
@ -9,10 +9,9 @@ license = "BSD"
|
|||
|
||||
requires "nim >= 0.12.1"
|
||||
|
||||
when defined(windows):
|
||||
let callNimble = "..\\..\\src\\nimble.exe"
|
||||
else:
|
||||
let callNimble = "../../src/nimble"
|
||||
let
|
||||
callNimble = getEnv("NIMBLE_TEST_BINARY_PATH")
|
||||
doAssert callNimble.len != 0, "NIMBLE_TEST_BINARY_PATH not set"
|
||||
|
||||
task recurse, "Level 1":
|
||||
echo 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue