Add RUBYFLAGS for Ruby testing

make check RUBYFLAGS=-v can be useful
This commit is contained in:
William S Fulton 2015-09-25 23:15:25 +01:00
commit 004ae163e5
2 changed files with 2 additions and 2 deletions

View file

@ -1096,7 +1096,7 @@ ruby_cpp_static: $(SRCDIR_SRCS)
# -----------------------------------------------------------------
ruby_run:
$(RUNTOOL) $(RUBY) -I. $(RUBY_SCRIPT) $(RUNPIPE)
$(RUNTOOL) $(RUBY) $(RUBYFLAGS) -I. $(RUBY_SCRIPT) $(RUNPIPE)
# -----------------------------------------------------------------
# Version display