# 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 --git a/test/Makefile.am b/test/Makefile.am --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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