summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-11-01 12:09:01 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-11-26 15:22:18 +0000
commit8589835723af7d1bf11924b13e38cf4f818c81ab (patch)
tree5571d44b4e447a52b60687300e835facb43dde9c
parentf7f02cb2f1ba51a1b99c3883b90732ad6f6da365 (diff)
downloadbuildsystem-8589835723af7d1bf11924b13e38cf4f818c81ab.tar.gz
buildsystem-8589835723af7d1bf11924b13e38cf4f818c81ab.tar.bz2
Buildsystem: Install the Python test tool implementation too.
-rw-r--r--Makefile2
-rw-r--r--makefiles/Makefile.tools1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1fd44b..10aac57 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ MAKEFILES := $(patsubst %,Makefile.%, \
clang gcc norcroft open64 \
)
-TESTTOOLS := testrunner.pl
+TESTTOOLS := testrunner.pl testrunner.py
CITOOLS := jenkins-build.sh
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 86fac4c..2dde372 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -281,6 +281,7 @@ MKDIRFLAGS ?= -p
MV ?= mv
PERL ?= perl
+PYTHON ?= python
PKGCONFIG ?= PKG_CONFIG_PATH="$(PREFIX)/lib/pkgconfig:$(PKG_CONFIG_PATH)" pkg-config