mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
committed by
Andreas Rumpf
parent
99425ff21d
commit
c55ceafd9a
@@ -506,6 +506,7 @@ proc testNimblePackages(r: var TResults, cat: Category) =
|
||||
else:
|
||||
inc r.passed
|
||||
r.addResult(test, targetC, "", "", reSuccess)
|
||||
|
||||
errors = r.total - r.passed
|
||||
if errors == 0:
|
||||
r.addResult(packageFileTest, targetC, "", "", reSuccess)
|
||||
|
||||
@@ -82,3 +82,4 @@ pkg "with"
|
||||
pkg "ws"
|
||||
pkg "yaml"
|
||||
pkg "zero_functional", "nim c -r test.nim"
|
||||
pkg "tensordsl", "nim c -r tests/tests.nim", false, "https://krux02@bitbucket.org/krux02/tensordslnim.git"
|
||||
|
||||
Reference in New Issue
Block a user