Skip to content

Commit a59f92d

Browse files
ivoszzdeadprogram
authored andcommitted
Add smoke test for target m5stick-c
1 parent b750881 commit a59f92d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,8 @@ ifneq ($(XTENSA), 0)
721721
@$(MD5SUM) test.bin
722722
$(TINYGO) build -size short -o test.bin -target m5stack examples/serial
723723
@$(MD5SUM) test.bin
724+
$(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial
725+
@$(MD5SUM) test.bin
724726
$(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
725727
@$(MD5SUM) test.bin
726728
endif

0 commit comments

Comments
 (0)