From b8a4a54d5f78f62539b1b6196f18e5c75aff778c Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 4 Jan 2024 09:41:45 +0100 Subject: [PATCH] build: add some ninafw examples to smoketest Signed-off-by: deadprogram --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 18bb902..fa06576 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,10 @@ smoketest-tinygo: @md5sum test.hex $(TINYGO) build -o test.hex -size=short -target=microbit-v2-s113v7 ./examples/nusserver @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/scanner + @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/discover + @md5sum test.hex smoketest-linux: # Test on Linux.