Commit df65309f authored by Stefan Behnel's avatar Stefan Behnel

status output from 'make test' target

parent 9bdb451a
...@@ -11,11 +11,11 @@ testclean: ...@@ -11,11 +11,11 @@ testclean:
rm -fr BUILD rm -fr BUILD
test: testclean test: testclean
${PYTHON} runtests.py ${PYTHON} runtests.py -vv
test3: testclean test3: testclean
${PYTHON} runtests.py --no-cleanup ${PYTHON} runtests.py --no-cleanup
python3.0 runtests.py --no-cython python3.0 runtests.py -vv --no-cython
s5: s5:
$(MAKE) -C Doc/s5 slides $(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