Commit b2288b86 authored by Stefan Behnel's avatar Stefan Behnel

Add "make checks" target to run code checks.

parent 9bcc8775
......@@ -61,6 +61,9 @@ testclean:
test: testclean
${PYTHON} runtests.py -vv ${TESTOPTS}
checks:
${PYTHON} runtests.py -vv --no-unit --no-doctest --no-file --no-pyregr --no-examples
s5:
$(MAKE) -C Doc/s5 slides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment