summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2015-10-27 19:12:33 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2015-10-27 20:31:18 -0400
commit1e315d7adaec7b22ec68c8a643277e27317ba11f (patch)
tree2c627324cae9126d3799fd0e7afabf14ce1a141a /Makefile
parentc03ab241e7336f0c6c8110a1f3216c85bfaf851c (diff)
downloadpycurl-1e315d7adaec7b22ec68c8a643277e27317ba11f.tar.gz
Run examples in CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 396c477..a3e95ba 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,9 @@ maintainer-clean: distclean
dist sdist: distclean
$(PYTHON) setup.py sdist
+run-quickstart:
+ ./tests/run-quickstart.sh
+
# Rebuild missing or changed documentation.
# Editing docstrings in Python or C source will not cause the documentation
# to be rebuilt with this target, use docs-force instead.