From a1b47cd7788617e8a45f4e6a24cfef757c164c80 Mon Sep 17 00:00:00 2001 From: Olivier Fauchon Date: Wed, 11 Jan 2023 00:26:53 +0100 Subject: [PATCH] lorawan: Add test in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 33e079f..9b874f5 100644 --- a/Makefile +++ b/Makefile @@ -249,6 +249,9 @@ endif @md5sum ./build/test.uf2 tinygo build -size short -o ./build/test.uf2 -target=circuitplay-express ./examples/makeybutton/main.go @md5sum ./build/test.uf2 + tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/lora/lorawan/atcmd/ + @md5sum ./build/test.hex + # rwildcard is a recursive version of $(wildcard) # https://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html