From e7d2d3cb8905598b57c4d24a933ef25fdb021b1d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 Jun 2012 13:41:40 +0100 Subject: ruby: Use run --tests for tests. --- ruby/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ruby') diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 35599c30..37eb3f36 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -49,9 +49,7 @@ if HAVE_RUBY TESTS = run-bindtests run-ruby-tests -TESTS_ENVIRONMENT = \ - RUBY=$(RUBY) \ - $(top_builddir)/run --test +TESTS_ENVIRONMENT = $(top_builddir)/run --test all: $(generator_built) $(RAKE) build -- cgit