changeset 16606: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
files test/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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