aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Siudzinski <[email protected]>2020-02-18 15:54:52 +0100
committerDaniel Esteban <[email protected]>2020-02-18 23:34:56 +0100
commit765440b8ecb7091b8614c5b005017fd90b00550b (patch)
tree29d39ec6ff6bd88a246aa7a3d8eaa9729356d4f1 /Makefile
parentb07b13ca1b12cf3cfcd54b5a3d0cfae5df9d8510 (diff)
downloadtinygo-765440b8ecb7091b8614c5b005017fd90b00550b.tar.gz
tinygo-765440b8ecb7091b8614c5b005017fd90b00550b.zip
Add smoke tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e38bc31d9..a3b171b3b 100644
--- a/Makefile
+++ b/Makefile
@@ -272,6 +272,12 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pyportal examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=particle-argon examples/blinky1
+ @$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=particle-boron examples/blinky1
+ @$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=particle-xenon examples/blinky1
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-f103rb examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pinetime-devkit0 examples/blinky1