annotate test/ctor-vs-method/module.mk @ 16030:1af8d21608b7

rename all test files in the test directory from test_X.m to X.tst * Use - instead of _ for .tst file names. Fix all file lists in module.mk and Makefile.am files. * __run_test_suite__.m: Adapt to new naming convention.
author John W. Eaton <jwe@octave.org>
date Sat, 09 Feb 2013 21:35:55 -0500
parents e98cd21d63ea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13147
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 ctor_vs_method_FCN_FILES = \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 ctor-vs-method/@derived/derived.m \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 ctor-vs-method/@derived/parent.m \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 ctor-vs-method/@other/other.m \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 ctor-vs-method/@other/parent.m \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 ctor-vs-method/@parent/method.m \
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 ctor-vs-method/@parent/parent.m \
13192
968e89b45bbf move tests for classes into subdirectories
John W. Eaton <jwe@octave.org>
parents: 13147
diff changeset
8 ctor-vs-method/__trace__.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: 13905
diff changeset
9 ctor-vs-method/ctor-vs-method.tst
13147
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
6c952376482d look for methods before constructors
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 FCN_FILES += $(ctor_vs_method_FCN_FILES)