diff --git a/testament/categories.nim b/testament/categories.nim index 6e885966e1..1b785776f9 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -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) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 0b21547c38..5455b5fa47 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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"