nimble: remove nimcache options

This commit is contained in:
Jacek Sieka 2018-10-04 12:36:52 -06:00
parent cb442fa315
commit 8c97a4b6c0
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 0 additions and 3 deletions

View File

@ -12,10 +12,7 @@ requires "nim >= 0.18" #, "https://github.com/alehander42/nim-quicktest >= 0.18.
proc test(name: string, lang: string = "c") =
if not dirExists "build":
mkDir "build"
if not dirExists "nimcache":
mkDir "nimcache"
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
setCommand lang, "tests/" & name & ".nim"