view test/bug-50716/module.mk @ 23346:957d95286f52

avoid indexing error with "end" and classdef objects (bug #50716) * pt-idx.cc (tree_index_expression::rvalue1): Avoid error with expressions like this: obj.meth(var(end)). * test/bug-50716/bug-50716.tst, test/bug-50716/myclass.m: New tests. * test/bug-50716/module.mk: New file. * test/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 05 Apr 2017 09:00:40 -0400
parents
children ed25d1f8163c
line wrap: on
line source


bug_50716_TEST_FILES = \
  test/bug-50716/myclass.m
  test/bug-50716/bug-50716.tst

TEST_FILES += $(bug_50716_TEST_FILES)