testing: add Run method

This patch adds subtests via the Run function. This gets two more
packages to pass tests: encoding/base32 and hash/fnv.
This commit is contained in:
Ayke van Laethem
2020-10-28 12:53:04 +01:00
committed by Ron Evans
parent 7a78b2dc0e
commit 69e1aa4878
2 changed files with 31 additions and 1 deletions
+2
View File
@@ -200,7 +200,9 @@ tinygo-test:
$(TINYGO) test container/ring
$(TINYGO) test crypto/des
$(TINYGO) test encoding/ascii85
$(TINYGO) test encoding/base32
$(TINYGO) test encoding/hex
$(TINYGO) test hash/fnv
$(TINYGO) test math
$(TINYGO) test text/scanner
$(TINYGO) test unicode/utf8