view test/classdef/module.mk @ 20547:8164c580922b

plotmatrix.m: Fix regression in %!demo introduced by in-place operators. * plotmatrix.m: Rename nargin variable to narg variable to avoid shadowing nargin() function.
author Rik <rik@octave.org>
date Fri, 25 Sep 2015 13:05:01 -0700
parents 85b287475196
children
line wrap: on
line source

classdef_TEST_FILES = \
  test/classdef/foo_method_changes_property_size.m \
  test/classdef/foo_static_method_constant_property.m \
  test/classdef/foo_value_class.m \
  test/classdef/classdef.tst

TEST_FILES += $(classdef_TEST_FILES)