testing: test testing package using tinygo test

This commit is contained in:
Ayke van Laethem
2021-08-09 14:26:15 +02:00
committed by Ron Evans
parent 5e5ce98d42
commit c25a7cc747
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -203,6 +203,7 @@ TEST_PACKAGES = \
hash/crc64 \
math \
math/cmplx \
testing \
text/scanner \
unicode/utf8 \
@@ -211,8 +212,6 @@ TEST_PACKAGES = \
.PHONY: tinygo-test
tinygo-test:
$(TINYGO) test $(TEST_PACKAGES)
# until "test testing" passes
cd tests/tinygotest && $(TINYGO) test benchmark_test.go
.PHONY: smoketest
smoketest: