summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-01-20 12:46:28 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2015-01-20 12:49:08 +0100
commit6c8f2e7d78b1fe280588dc91beae90cdf36fcd49 (patch)
treed2d9f30c090daf38395820163d4133b2c7ba825c /Makefile.am
parentc6be83c16d605fb2e66b2a5a8ff0f4a7a6e0e1e4 (diff)
test: Use configured Python
Don't hardcode "python" or /usr/bin/python, but use the configured $(PYTHON).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b789d0027..788e63498c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,6 +149,7 @@ check_DATA =
tests=
manual_tests =
if ENABLE_TESTS
+export PYTHON
noinst_PROGRAMS = $(manual_tests) $(tests)
TESTS = $(tests)
else