comparison test/Makefile.am @ 20339:dadfb0be8a42

write sparse tests to stdout * test/build-sparse-tests.sh: Write output to stdout. * Makefile.am (sparse.tst): Adapt rule.
author John W. Eaton <jwe@octave.org>
date Thu, 02 Jul 2015 18:00:39 -0400
parents 38487298513b
children 4f911b4e012b
comparison
equal deleted inserted replaced
20338:3c87bcf7e0f9 20339:dadfb0be8a42
78 check-jit: sparse.tst bc-overload-tests.stamp 78 check-jit: sparse.tst bc-overload-tests.stamp
79 $(top_builddir)/run-octave $(RUN_OCTAVE_OPTIONS) --jit-compiler --norc --silent --no-history $(srcdir)/fntests.m $(srcdir) 79 $(top_builddir)/run-octave $(RUN_OCTAVE_OPTIONS) --jit-compiler --norc --silent --no-history $(srcdir)/fntests.m $(srcdir)
80 endif 80 endif
81 81
82 sparse.tst: build-sparse-tests.sh 82 sparse.tst: build-sparse-tests.sh
83 $(AM_V_GEN)$(srcdir)/build-sparse-tests.sh 83 $(AM_V_GEN)rm -f $@-t $@ && \
84 $(srcdir)/build-sparse-tests.sh > $@-t && \
85 mv $@-t $@
84 86
85 GENERATED_BC_OVERLOADS_DIRS := \ 87 GENERATED_BC_OVERLOADS_DIRS := \
86 $(shell $(srcdir)/build-bc-overload-tests.sh --list-dirs) 88 $(shell $(srcdir)/build-bc-overload-tests.sh --list-dirs)
87 89
88 GENERATED_BC_OVERLOADS_FILES := \ 90 GENERATED_BC_OVERLOADS_FILES := \