From 937bf30183d39859c4a0717fa1a801cd556cfcfa Mon Sep 17 00:00:00 2001 From: vagrant Date: Fri, 7 Apr 2017 01:48:47 +0000 Subject: make test: python interpreter customization Allow using custom python interpreter via 'PYTHON' env variable. E.g. env PYTHON=pypy make test. Get latest pip automatically to properly function in environments, where old pip is available and a proxy is required. This allows testing pypy in a centos vagrant-provided vm. Change-Id: I67a658fc927303468cc67f0ac192317ca2907625 Signed-off-by: Klement Sekera Signed-off-by: Damjan Marion --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8964329b..133c3d45 100644 --- a/Makefile +++ b/Makefile @@ -252,6 +252,7 @@ define test VPP_TEST_INSTALL_PATH=$(BR)/install-$(2)-native/ \ LD_LIBRARY_PATH=$(BR)/install-$(2)-native/vpp/lib64/ \ EXTENDED_TESTS=$(EXTENDED_TESTS) \ + PYTHON=$(PYTHON) \ $(3) endef -- cgit 1.2.3-korg