testing: implement dummy Helper method

This lets a few more packages pass tests: container/heap and
encoding/ascii85.
This commit is contained in:
Ayke van Laethem
2020-09-25 21:17:54 +02:00
committed by Ron Evans
parent 0ecfe9eade
commit 9a12d129ab
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -195,8 +195,10 @@ test: wasi-libc
# implied -v flag).
.PHONY: tinygo-test
tinygo-test:
$(TINYGO) test container/heap
$(TINYGO) test container/list
$(TINYGO) test container/ring
$(TINYGO) test encoding/ascii85
$(TINYGO) test math
$(TINYGO) test text/scanner
$(TINYGO) test unicode/utf8