Skip to content

Commit 065d64e

Browse files
committed
Add smoketest
1 parent 088730b commit 065d64e

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
@@ -295,6 +295,8 @@ smoketest:
295295
@$(MD5SUM) test.hex
296296
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
297297
@$(MD5SUM) test.hex
298+
$(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
299+
@$(MD5SUM) test.hex
298300
ifneq ($(AVR), 0)
299301
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
300302
@$(MD5SUM) test.hex

0 commit comments

Comments
 (0)