mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user