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

@@ -47,10 +47,8 @@ if HAVE_RUBY
TESTS = run-bindtests run-ruby-tests
TESTS_ENVIRONMENT = \
LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
LIBGUESTFS_PATH=$(top_builddir)/appliance \
TMPDIR=$(top_builddir) \
RUBY=$(RUBY)
RUBY=$(RUBY) \
$(top_builddir)/run
all: $(generator_built)
$(RAKE) build