annotate test/bug-53956/module.mk @ 33658:b1d6e40ac737 stable tip

NEWS.9.md: Fix typo and minor formatting changes. * etc/NEWS.9.md: Fix typo. Adjust whitespace. Use markdown syntax for code snippets.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jun 2024 11:27:35 +0200
parents 71724787d972
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26926
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 bug_53956_TEST_FILES = \
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 %reldir%/bug-53956.tst \
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 %reldir%/bug53956_class_2.m \
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 %reldir%/bug53956_class_3.m \
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 %reldir%/bug53956_class_4.m
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6
71724787d972 don't call inherited delete methods (bug #53956)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 TEST_FILES += $(bug_53956_TEST_FILES)