annotate test/classdef/module.mk @ 16050:fc3cb570ac46 classdef

periodic merge of default to classdef.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 11 Feb 2013 15:45:26 -0500
parents 24ceda35d146
children
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 = \
15967
24ceda35d146 Add classdef tests for method changing the size of a property.
Ben Abbott <bpabbott@mac.com>
parents: 15962
diff changeset
2 classdef/foo_method_changes_property_size.m \
24ceda35d146 Add classdef tests for method changing the size of a property.
Ben Abbott <bpabbott@mac.com>
parents: 15962
diff changeset
3 classdef/foo_static_method_constant_property.m \
15961
3e782e337f8d Rename classdef test class foo_payment to foo_value_class
Ben Abbott <bpabbott@mac.com>
parents: 15953
diff changeset
4 classdef/foo_value_class.m \
16050
fc3cb570ac46 periodic merge of default to classdef.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 15967
diff changeset
5 classdef/classdef.tst
15951
dd4258398a59 Move tests for classdef from test/classes.
Ben Abbott <bpabbott@mac.com>
parents:
diff changeset
6
15952
9c7e1c633e47 Include classdef tests in Makefile.am
Ben Abbott <bpabbott@mac.com>
parents: 15951
diff changeset
7 FCN_FILES += $(classdef_FCN_FILES)