X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=58847625e75ee9a5028055909cad2593e25916b6;hp=e99592740692f8afdc32021bab1733fbeb68ef0c;hb=f7d18c84dde596699ffc5100fec2cf7b0d582450;hpb=54ea124b160eda705c96dfc664b4056848887856;ds=sidebyside diff --git a/python/Makefile.am b/python/Makefile.am index e995927..5884762 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -47,7 +47,8 @@ libguestfsmod_la_LDFLAGS = -avoid-version TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) TESTS = run-bindtests run-python-tests