From 8dc0deaf4679bfa1dcc3d0fccd9c48d18dbf3855 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Fri, 25 Oct 2019 15:23:07 +0200 Subject: [PATCH] Makefile: add systick example to smoke tests This makes sure future changes will at least keep the example code compiling. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7fc00dfd..2a9af4f5 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