comparison test/Makefile.am @ 16604:5b6d8bfdea25

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.
author John W. Eaton <jwe@octave.org>
date Fri, 03 May 2013 00:32:50 -0400
parents e5c0acc31640
children 2f8fb02a6c31
comparison
equal deleted inserted replaced
16603:e5c0acc31640 16604:5b6d8bfdea25
64 64
65 .gdbinit: ../etc/gdbinit 65 .gdbinit: ../etc/gdbinit
66 @$(gdbinit_install_rule) 66 @$(gdbinit_install_rule)
67 67
68 check: sparse.tst bc-overload-tests.stamp 68 check: sparse.tst bc-overload-tests.stamp
69 $(top_builddir)/run-octave --norc --silent --no-history $(srcdir)/fntests.m $(srcdir) 69 $(top_builddir)/run-octave $(RUN_OCTAVE_OPTIONS) --norc --silent --no-history $(srcdir)/fntests.m $(srcdir)
70 70
71 sparse.tst: build-sparse-tests.sh 71 sparse.tst: build-sparse-tests.sh
72 $(srcdir)/build-sparse-tests.sh 72 $(srcdir)/build-sparse-tests.sh
73 73
74 GENERATED_BC_OVERLOADS_DIRS := \ 74 GENERATED_BC_OVERLOADS_DIRS := \