> If you could look into that it would be great; it should be doable by
> changing the TESTS_ENVIROMENT snippet.

Yep, much cleaner that way:

---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 42b41b4..2d42e20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -222,7 +222,7 @@ nodist_TESTS =

 TESTS = $(dist_TESTS) $(nodist_TESTS)

-TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
+TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) $(PYTHON)

 RAPI_RESOURCES = $(wildcard lib/rapi/*.py)

-- 
1.6.0.2

Reply via email to