annotate test/classdef/module.mk @ 15962:a3d7b927ce47 classdef

Add classdef tests for static methods and constant properties. * test/classdef/foo_static_method_constant_property.m: New file. * test/classdef/module.mk: Include new file. * test/classdef/test_classdef.m: Add tests.
author Ben Abbott <bpabbott@mac.com>
date Thu, 17 Jan 2013 18:11:48 -0500
parents 3e782e337f8d
children 24ceda35d146
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15952
9c7e1c633e47 Include classdef tests in Makefile.am
Ben Abbott <bpabbott@mac.com>
parents: 15951
diff changeset
1 classdef_FCN_FILES = \
15961
3e782e337f8d Rename classdef test class foo_payment to foo_value_class
Ben Abbott <bpabbott@mac.com>
parents: 15953
diff changeset
2 classdef/foo_value_class.m \
15962
a3d7b927ce47 Add classdef tests for static methods and constant properties.
Ben Abbott <bpabbott@mac.com>
parents: 15961
diff changeset
3 classdef/foo_static_method_constant_property.m \
15953
0bf55f5f5d10 Fix typos and mistakes from changeset dd4258398a59.
Ben Abbott <bpabbott@mac.com>
parents: 15952
diff changeset
4 classdef/test_classdef.m
15951
dd4258398a59 Move tests for classdef from test/classes.
Ben Abbott <bpabbott@mac.com>
parents:
diff changeset
5
15952
9c7e1c633e47 Include classdef tests in Makefile.am
Ben Abbott <bpabbott@mac.com>
parents: 15951
diff changeset
6 FCN_FILES += $(classdef_FCN_FILES)