From 6b5ff99436d45c1a46051f5c42de5bd29b773c38 Mon Sep 17 00:00:00 2001 From: Timothy Rule Date: Sun, 10 Sep 2023 20:16:14 +0200 Subject: [PATCH] Add a smoke test for the gemma-m0 target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f6c052706b..ca42c482ce 100644 --- a/Makefile +++ b/Makefile @@ -558,6 +558,8 @@ endif @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=trinket-m0 examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=gemma-m0 examples/blinky1 + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1