Replace setting of environment variables with usage of local run script

(Includes fix by RWMJ)
This commit is contained in:
Hilko Bengen
2012-01-21 22:39:59 +01:00
committed by Richard W.M. Jones
parent 5cfd3e7b3e
commit 7004fafc69
19 changed files with 21 additions and 63 deletions

View File

@@ -28,9 +28,7 @@ random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)
TESTS_ENVIRONMENT = \
MALLOC_PERTURB_=$(random_val) \
LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
LIBGUESTFS_PATH=$(top_builddir)/appliance \
TMPDIR=$(top_builddir)
$(top_builddir)/run
EXTRA_DIST = \
$(TESTS)