Merge branch 'test-python-version' into 'master'

Use python executable located by configure when running tests.

See merge request !37
This commit is contained in:
Yann Leboulanger 2017-01-23 22:00:52 +01:00
commit 9b5ec09c27
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ MAINTAINERCLEANDIRS = \
test:
python test/runtests.py
${PYTHON} test/runtests.py
.PHONY: test
doc: