This commit is contained in:
Andy Davidoff 2020-02-21 17:56:15 -05:00
parent 20162b19e8
commit 902c6b4e91
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description = "A unittest framework"
license = "Apache License 2.0"
skipDirs = @["tests"]
bin = @["testrunner"]
srcDir = @["testutils"]
srcDir = "testutils"
requires "nim >= 1.0.2"