Use python executable located by configure when running tests.
This commit is contained in:
parent
ca3b5eee3c
commit
eb55d81e2a
|
@ -50,7 +50,7 @@ MAINTAINERCLEANDIRS = \
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python test/runtests.py
|
${PYTHON} test/runtests.py
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
Loading…
Reference in New Issue