aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-10-25 15:23:07 +0200
committerAyke <[email protected]>2019-10-25 15:58:18 +0200
commit8dc0deaf4679bfa1dcc3d0fccd9c48d18dbf3855 (patch)
tree2bed9ad1392d17495c56565d41c17104e284e651 /Makefile
parent388d11eecf80c6de128c868e53bcd81f1f2c8b02 (diff)
downloadtinygo-8dc0deaf4679bfa1dcc3d0fccd9c48d18dbf3855.tar.gz
tinygo-8dc0deaf4679bfa1dcc3d0fccd9c48d18dbf3855.zip
Makefile: add systick example to smoke tests
This makes sure future changes will at least keep the example code compiling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fc00dfd9..2a9af4f5b 100644
--- a/Makefile
+++ b/Makefile
@@ -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