diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-08 12:41:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-08 12:41:54 +0100 |
commit | f7d18c84dde596699ffc5100fec2cf7b0d582450 (patch) | |
tree | 0f1a43165ed98b3d53dc8081bd6a9d456ab2d539 /haskell | |
parent | 54ea124b160eda705c96dfc664b4056848887856 (diff) | |
download | libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.tar.gz libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.tar.xz libguestfs-f7d18c84dde596699ffc5100fec2cf7b0d582450.zip |
build: Set TMPDIR for local testing.
This avoids conflicts with the globally installed libguestfs
appliance, or lets us build in multiple local directories at the same
time without conflicts.
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/Makefile.am b/haskell/Makefile.am index 4406712f..d8a06f3b 100644 --- a/haskell/Makefile.am +++ b/haskell/Makefile.am @@ -30,6 +30,7 @@ if HAVE_HASKELL TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ $(VG) TESTS = run-bindtests Guestfs005Load Guestfs010Basic |