annotate test/class-concat/module.mk @ 20039:eba80000fa0d rc-4-0-0-2

maint: Bump version number for 4.0.0-rc2.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Mar 2015 16:19:38 -0400
parents 1af8d21608b7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13814
a45535d630bd new tests for class concatentation
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 class_concat_FCN_FILES = \
a45535d630bd new tests for class concatentation
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 class-concat/@foo/foo.m \
16030
1af8d21608b7 rename all test files in the test directory from test_X.m to X.tst
John W. Eaton <jwe@octave.org>
parents: 13814
diff changeset
3 class-concat/class-concat.tst
13814
a45535d630bd new tests for class concatentation
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
a45535d630bd new tests for class concatentation
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 FCN_FILES += $(class_concat_FCN_FILES)