diff options
author | ivoszz <[email protected]> | 2023-06-02 17:19:06 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-06-08 09:27:41 +0200 |
commit | a59f92daf8cc279eb5252ca08fc72604b8c956e1 (patch) | |
tree | 661e21654593a517d185048ed1d4d73f3c245bea | |
parent | b7508818ee43cded416a0e9e0bf8f08cad9c1d4a (diff) | |
download | tinygo-a59f92daf8cc279eb5252ca08fc72604b8c956e1.tar.gz tinygo-a59f92daf8cc279eb5252ca08fc72604b8c956e1.zip |
Add smoke test for target m5stick-c
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |