test: Add text/template smoke test

This commit is contained in:
Kyle Conroy
2022-02-08 09:53:56 -08:00
committed by Nia
parent cfed3f0213
commit b406422277
3 changed files with 118 additions and 0 deletions
+2
View File
@@ -302,6 +302,8 @@ test-corpus-wasi: wasi-libc
.PHONY: smoketest
smoketest:
$(TINYGO) version
# compile-only platform-independent examples
cd tests/text/template/smoke && $(TINYGO) test -c && rm -f smoke.test
# regression test for #2563
cd tests/os/smoke && $(TINYGO) test -c -target=pybadge && rm smoke.test
# test all examples (except pwm)