view test/classdef-multiple-inheritance/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 8308417aff1c
children
line wrap: on
line source

classdef_multiple_inheritance_TEST_FILES = \
  %reldir%/base_1.m \
  %reldir%/base_2.m \
  %reldir%/child_from_base_1.m \
  %reldir%/child_from_base_1_and_2.m \
  %reldir%/classdef-multiple-inheritance.tst

TEST_FILES += $(classdef_multiple_inheritance_TEST_FILES)