add tensordsl test (#12166)

* add tensordsl test

* simpler
This commit is contained in:
Arne Döring
2019-09-11 13:36:35 +02:00
committed by Andreas Rumpf
parent 99425ff21d
commit c55ceafd9a
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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"