Rename the testrunner binary to ntu (from nim-test-utils)

This commit is contained in:
Zahary Karadjov 2020-06-11 19:19:44 +03:00 committed by zah
parent 3602b06f68
commit d4240df8b4
3 changed files with 3 additions and 2 deletions

View File

@ -6,10 +6,11 @@ author = "Status Research & Development GmbH"
description = "A unittest framework"
license = "Apache License 2.0"
skipDirs = @["tests"]
bin = @["testrunner"]
bin = @["ntu"]
#srcDir = "testutils"
requires "nim >= 1.0.2"
requires "nim >= 1.0.2",
"testutils"
proc execCmd(cmd: string) =
echo "execCmd: " & cmd