aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorivoszz <[email protected]>2023-06-02 17:19:06 +0200
committerRon Evans <[email protected]>2023-06-08 09:27:41 +0200
commita59f92daf8cc279eb5252ca08fc72604b8c956e1 (patch)
tree661e21654593a517d185048ed1d4d73f3c245bea
parentb7508818ee43cded416a0e9e0bf8f08cad9c1d4a (diff)
downloadtinygo-a59f92daf8cc279eb5252ca08fc72604b8c956e1.tar.gz
tinygo-a59f92daf8cc279eb5252ca08fc72604b8c956e1.zip
Add smoke test for target m5stick-c
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5c1036ef..0ccd6baea 100644
--- a/Makefile
+++ b/Makefile
@@ -721,6 +721,8 @@ ifneq ($(XTENSA), 0)
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack examples/serial
@$(MD5SUM) test.bin
+ $(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial
+ @$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
@$(MD5SUM) test.bin
endif