Skip to content

Commit 765440b

Browse files
sudaconejoninja
authored andcommitted
Add smoke tests
1 parent b07b13c commit 765440b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ smoketest:
272272
@$(MD5SUM) test.hex
273273
$(TINYGO) build -size short -o test.hex -target=pyportal examples/blinky1
274274
@$(MD5SUM) test.hex
275+
$(TINYGO) build -size short -o test.hex -target=particle-argon examples/blinky1
276+
@$(MD5SUM) test.hex
277+
$(TINYGO) build -size short -o test.hex -target=particle-boron examples/blinky1
278+
@$(MD5SUM) test.hex
279+
$(TINYGO) build -size short -o test.hex -target=particle-xenon examples/blinky1
280+
@$(MD5SUM) test.hex
275281
$(TINYGO) build -size short -o test.hex -target=nucleo-f103rb examples/blinky1
276282
@$(MD5SUM) test.hex
277283
$(TINYGO) build -size short -o test.hex -target=pinetime-devkit0 examples/blinky1

0 commit comments

Comments
 (0)