Skip to content

Commit 20b4320

Browse files
committed
Add smoketest
1 parent 2506003 commit 20b4320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ smoketest:
296296
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
297297
@$(MD5SUM) test.hex
298298
$(TINYGO) build -size short -o test.hex -target=pygamer examples/blinky1
299+
$(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
299300
@$(MD5SUM) test.hex
300301
ifneq ($(AVR), 0)
301302
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial

0 commit comments

Comments
 (0)