From c55ceafd9a439e545d985b540065ac2f94c80d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Wed, 11 Sep 2019 13:36:35 +0200 Subject: [PATCH] add tensordsl test (#12166) * add tensordsl test * simpler --- testament/categories.nim | 1 + testament/important_packages.nim | 1 + 2 files changed, 2 insertions(+) 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"