Skip to content

Commit

Permalink
-f
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Feb 12, 2022
1 parent 10f28bf commit d757f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ test-corpus-wasi: wasi-libc
smoketest:
$(TINYGO) version
# compile-only platform-independent examples
cd tests/text/template/smoke && $(TINYGO) test -c && rm smoke.test
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)
Expand Down

0 comments on commit d757f02

Please sign in to comment.