Commit 9cc4da5a authored by Stefan Behnel's avatar Stefan Behnel

allow passing test options into "make test"

parent 36ec25d2
PYTHON?=python
TESTOPTS?=
REPO = git://github.com/cython/cython.git
all: local
......@@ -36,7 +37,7 @@ testclean:
rm -fr BUILD
test: testclean
${PYTHON} runtests.py -vv
${PYTHON} runtests.py -vv ${TESTOPTS}
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