Skip to content

Commit 03d77ac

Browse files
aykevldeadprogram
authored andcommitted
Makefile: add examples/stop-advertisement
This example wasn't included in the smoke tests, and because of that I initially missed the use of Addresser here.
1 parent e0e261e commit 03d77ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ smoketest-tinygo:
2323
@md5sum test.hex
2424
$(TINYGO) build -o test.hex -size=short -target=pca10040-s132v6 ./examples/scanner
2525
@md5sum test.hex
26+
$(TINYGO) build -o test.hex -size=short -target=pca10040-s132v6 ./examples/stop-advertisement
27+
@md5sum test.hex
2628
# Test some more boards that are not tested above.
2729
$(TINYGO) build -o test.hex -size=short -target=pca10056-s140v7 ./examples/advertisement
2830
@md5sum test.hex

0 commit comments

Comments
 (0)