view test/bug-61191/module.mk @ 30199:37ddca7ad9cb stable

avoid internal error and segfault with eval and scripts (bug #61191) * stack-frame.cc (script_stack_frame::get_val_offsets_with_insert): If frame_offset is initially zero then update frame_offset from m_lexical_frame_offsets after calling set_script_offsets_internal. * test/bug-61191/bug-61191.tst, test/bug-61191/subdir/bug_61191.m: New files. * test/bug-61191/module.mk: Update. * test/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Tue, 21 Sep 2021 13:14:31 -0400
parents
children
line wrap: on
line source

bug_61191_TEST_FILES = \
  %reldir%/bug-61191.tst \
  %reldir%/subdir/bug_61191.m

TEST_FILES += $(bug_61191_TEST_FILES)