From 9905abd00e9515bc900fa24991bd6fa9295ee16b Mon Sep 17 00:00:00 2001 From: deadprogram Date: Fri, 17 May 2024 18:41:57 +0200 Subject: [PATCH] test: add hci_uart based implementation to smoke tests Signed-off-by: deadprogram --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cbab2b4..08844c8 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,8 @@ smoketest-tinygo: @md5sum test.hex $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=circuitplay-express -tags="hci hci_uart" ./examples/advertisement + @md5sum test.hex smoketest-linux: # Test on Linux.