summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-15 13:28:48 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-03-15 15:12:06 +0100
commit51caa993de94850dbd751e0197770d6071588148 (patch)
tree4ae0a420694c209814f354c970063cb8e1b4fe94 /Makefile
parente38ab405f35dabd8898dbc75853666d7974c1658 (diff)
Build examples as part of 'make test'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b7bf5bad..e0ce9628 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ build:
test check:
$(CARGO) test --all
$(MAKE) -Cffi test
+ $(MAKE) examples
.PHONY: examples
examples: