comparison Makefile.am @ 385:132fec49e438

build: support user selection of Octave version or prefix or both * m4/ax_octave.m4: Add OCTAVE and OCTAVE_VERSION input variables. Test for Octave programs with optional suffix derived from OCTAVE_VERSION. * Makefile.am (check-local): Use configured $(OCTAVE) interpreter. Add options to avoid unnecessary initialization.
author Mike Miller <mtmiller@octave.org>
date Sun, 02 Apr 2017 16:24:02 -0700
parents d18843ff4dfd
children 1af368713379
comparison
equal deleted inserted replaced
384:c6e93e7dcfba 385:132fec49e438
151 @echo " * run a Python session with pytave package" 151 @echo " * run a Python session with pytave package"
152 @echo " PYTHONPATH=\"\$$(pwd)/.libs:\$$(pwd)/package\" python" 152 @echo " PYTHONPATH=\"\$$(pwd)/.libs:\$$(pwd)/package\" python"
153 @echo "" 153 @echo ""
154 154
155 check-local: $(M_FILES) $(TST_FILES) 155 check-local: $(M_FILES) $(TST_FILES)
156 octave-cli --path="$(abs_builddir)" --path="$(abs_srcdir)" __py_tests__.m $(M_FILES) $(TST_FILES) 156 $(OCTAVE) --no-gui-libs --no-history --no-window-system --norc \
157 --path="$(abs_builddir)" --path="$(abs_srcdir)" \
158 __py_tests__.m $(M_FILES) $(TST_FILES)