test: add hci_uart based implementation to smoke tests

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2024-05-17 18:41:57 +02:00 committed by Ron Evans
parent 926aeb43f6
commit 9905abd00e

View file

@ -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.