X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=532e75639ac4b53f1dac44dfc061d5e1c380408d;hb=3f54bd02fcf540f9b4b6edc93f3b6b9c7ba136bd;hp=e99592740692f8afdc32021bab1733fbeb68ef0c;hpb=25fe518a5d6345fc887f6f1392ee355eeadade8e;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index e995927..532e756 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -47,7 +47,9 @@ libguestfsmod_la_LDFLAGS = -avoid-version TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) \ + PYTHON=$(PYTHON) TESTS = run-bindtests run-python-tests