From 765440b8ecb7091b8614c5b005017fd90b00550b Mon Sep 17 00:00:00 2001 From: Wojtek Siudzinski Date: Tue, 18 Feb 2020 15:54:52 +0100 Subject: [PATCH] Add smoke tests --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index e38bc31d..a3b171b3 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