mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
testing: implement dummy Helper method
This lets a few more packages pass tests: container/heap and encoding/ascii85.
This commit is contained in:
committed by
Ron Evans
parent
0ecfe9eade
commit
9a12d129ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user