Fixed nimble file

This commit is contained in:
Yuriy Glukhov 2019-02-05 12:56:28 +02:00
parent 0d18ffac31
commit ead2fb342e
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ proc test(filename: string) =
echo "Running: ", filename
exec "nim c -r " & filename
import strutils, os
import strutils
import oswalkdir, ospaths # In newer nim these are merged to os
task test, "run tests":
for i in walkDirRec("tests"):