From 05d4e07918bfa9907a1fa66391e8e2e2370c64d4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 26 Jun 2012 22:47:35 +0100 Subject: tests: Add ./run --test option. This option, when added via TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test allows us to run the tests and only print the full output (including debugging etc) when the test fails. --- ruby/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby') diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 9073ad7d..35599c30 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -51,7 +51,7 @@ TESTS = run-bindtests run-ruby-tests TESTS_ENVIRONMENT = \ RUBY=$(RUBY) \ - $(top_builddir)/run + $(top_builddir)/run --test all: $(generator_built) $(RAKE) build -- cgit