summaryrefslogtreecommitdiffstats
path: root/ocaml/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-08 12:41:54 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-17 13:04:37 +0100
commitd1de9fcc6083e4bf19257708e0120c448c647016 (patch)
treeae1505dd3a60c9bcabc2141f45a505d3689a5c7f /ocaml/Makefile.am
parentb50dc90e5c0bfce2c205f117839b6b6a0108b541 (diff)
downloadlibguestfs-d1de9fcc6083e4bf19257708e0120c448c647016.tar.gz
libguestfs-d1de9fcc6083e4bf19257708e0120c448c647016.tar.xz
libguestfs-d1de9fcc6083e4bf19257708e0120c448c647016.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. (cherry picked from commit f7d18c84dde596699ffc5100fec2cf7b0d582450)
Diffstat (limited to 'ocaml/Makefile.am')
-rw-r--r--ocaml/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 252a3370..5813f84b 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -70,6 +70,7 @@ endif
TESTS_ENVIRONMENT = \
LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
LIBGUESTFS_PATH=$(top_builddir)/appliance \
+ TMPDIR=$(top_builddir) \
$(VG)
TESTS = run-bindtests \