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:
commit
9b5ec09c27
|
@ -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