comparison Makefile.am @ 32606:b31991b5c361 bytecode-interpreter

build: Add target check-tree-evaluator (bug #64977). * Makefile.am, test/Makefile.am: Add target check-tree-evaluator to run test suite specifically using the tree evaluator (even if the default is to use the bytecode evaluator).
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 15 Dec 2023 16:55:19 +0100
parents 23b20195a0a4
children e4e83855224f
comparison
equal deleted inserted replaced
32605:4fd9c68e4c7a 32606:b31991b5c361
350 chmod a+rx $@ 350 chmod a+rx $@
351 351
352 if AMCOND_ENABLE_BYTECODE_EVALUATOR 352 if AMCOND_ENABLE_BYTECODE_EVALUATOR
353 check-bytecode-evaluator: 353 check-bytecode-evaluator:
354 $(MAKE) -C test check-bytecode-evaluator 354 $(MAKE) -C test check-bytecode-evaluator
355
356 check-tree-evaluator:
357 $(MAKE) -C test check-tree-evaluator
355 endif 358 endif
356 359
357 octave-config.h: config.h build-aux/mk-octave-config-h.sh 360 octave-config.h: config.h build-aux/mk-octave-config-h.sh
358 $(AM_V_GEN)$(SHELL) $(srcdir)/build-aux/mk-octave-config-h.sh $< > $@-t && \ 361 $(AM_V_GEN)$(SHELL) $(srcdir)/build-aux/mk-octave-config-h.sh $< > $@-t && \
359 $(simple_move_if_change_rule) 362 $(simple_move_if_change_rule)