# HG changeset patch # User John W. Eaton # Date 1367555570 14400 # Node ID 5b6d8bfdea25ed428ba8540692cae3b396c07a79 # Parent e5c0acc3164090e66cdfc37bd2d6d627f45fd38e allow options to be passed to run-octave script used in check target * test/Makefile.am (check): Insert $(RUN_OCTAVE_OPTIONS) as first argument to run-octave script. diff -r e5c0acc31640 -r 5b6d8bfdea25 test/Makefile.am --- a/test/Makefile.am Fri May 03 00:29:07 2013 -0400 +++ b/test/Makefile.am Fri May 03 00:32:50 2013 -0400 @@ -66,7 +66,7 @@ @$(gdbinit_install_rule) check: sparse.tst bc-overload-tests.stamp - $(top_builddir)/run-octave --norc --silent --no-history $(srcdir)/fntests.m $(srcdir) + $(top_builddir)/run-octave $(RUN_OCTAVE_OPTIONS) --norc --silent --no-history $(srcdir)/fntests.m $(srcdir) sparse.tst: build-sparse-tests.sh $(srcdir)/build-sparse-tests.sh