mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
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:
committed by
Ron Evans
parent
7a78b2dc0e
commit
69e1aa4878
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user