view test/bug-53027/module.mk @ 30920:47cbc69e66cd

eliminate direct access to call stack from evaluator The call stack is an internal implementation detail of the evaluator. Direct access to it outside of the evlauator should not be needed. * pt-eval.h (tree_evaluator::get_call_stack): Delete.
author John W. Eaton <jwe@octave.org>
date Fri, 08 Apr 2022 15:19:22 -0400
parents c16ad80274c9
children
line wrap: on
line source

bug_53027_TEST_FILES = \
  %reldir%/bug-53027.tst \
  %reldir%/globals53027.m \
  %reldir%/gtest53027.m \
  %reldir%/ntest53027a.m \
  %reldir%/ntest53027b.m \
  %reldir%/ntest53027c.m

TEST_FILES += $(bug_53027_TEST_FILES)