diff options
author | Ayke van Laethem <[email protected]> | 2019-10-25 15:23:07 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2019-10-25 15:58:18 +0200 |
commit | 8dc0deaf4679bfa1dcc3d0fccd9c48d18dbf3855 (patch) | |
tree | 2bed9ad1392d17495c56565d41c17104e284e651 /Makefile | |
parent | 388d11eecf80c6de128c868e53bcd81f1f2c8b02 (diff) | |
download | tinygo-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |