Use python executable located by configure when running tests.

This commit is contained in:
Tomasz Miąsko 2017-01-23 15:29:19 +01:00
parent ca3b5eee3c
commit eb55d81e2a

View file

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