X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2FMakefile.am;h=7ea0107441ce1c19649695b0b2e6e487062a3b75;hp=2b4b2010dde491de97d66bb5a2084b11574c78e7;hb=a865795a7edfdc939cf3864ca1b7ea9cdc564dc7;hpb=a5f68bd57d887c8c8818dbb92a9f8b7643f67827 diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 2b4b201..7ea0107 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -20,10 +20,12 @@ EXTRA_DIST = \ ext/guestfs/_guestfs.c \ ext/guestfs/extconf.rb \ lib/guestfs.rb \ + run-bindtests \ run-ruby-tests \ + bindtests.rb \ tests/tc_*.rb -CLEANFILES = *~ \ +CLEANFILES = \ lib/*~ \ tests/*~ \ ext/guestfs/*~ \ @@ -35,9 +37,13 @@ CLEANFILES = *~ \ if HAVE_RUBY -TESTS = run-ruby-tests +TESTS = run-bindtests run-ruby-tests + +TESTS_ENVIRONMENT = \ + LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ + LIBGUESTFS_PATH=$(top_builddir)/appliance all: rake build -endif \ No newline at end of file +endif