Makefile: add systick example to smoke tests

This makes sure future changes will at least keep the example code
compiling.
Этот коммит содержится в:
Ayke van Laethem 2019-10-25 15:23:07 +02:00 коммит произвёл Ayke
родитель 388d11eecf
коммит 8dc0deaf46

Просмотреть файл

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