Use python executable located by configure when running tests.
This commit is contained in:
parent
ca3b5eee3c
commit
eb55d81e2a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ MAINTAINERCLEANDIRS = \
|
|||
|
||||
|
||||
test:
|
||||
python test/runtests.py
|
||||
${PYTHON} test/runtests.py
|
||||
.PHONY: test
|
||||
|
||||
doc:
|
||||
|
|
Loading…
Add table
Reference in a new issue