Makefile: add systick example to smoke tests

This makes sure future changes will at least keep the example code
compiling.
This commit is contained in:
Ayke van Laethem
2019-10-25 15:23:07 +02:00
committed by Ayke
parent 388d11eecf
commit 8dc0deaf46
+2
View File
@@ -171,6 +171,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/serial
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/systick
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/test
@$(MD5SUM) test.hex
# test all targets/boards