annotate test/bug-51532/module.mk @ 31536:e3256a6e2e8e

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 24 Nov 2022 06:30:22 -0800
parents 9f05f5afff45
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23838
6e0fd7e3c262 Fix argument lookup in '+' package functions (Bug #51532).
Piotr Held <pjheld@gmail.com>
parents:
diff changeset
1 bug_51532_TEST_FILES = \
23852
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23838
diff changeset
2 %reldir%/+package_bug51532/foo.m \
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23838
diff changeset
3 %reldir%/bug-51532.tst
23838
6e0fd7e3c262 Fix argument lookup in '+' package functions (Bug #51532).
Piotr Held <pjheld@gmail.com>
parents:
diff changeset
4
6e0fd7e3c262 Fix argument lookup in '+' package functions (Bug #51532).
Piotr Held <pjheld@gmail.com>
parents:
diff changeset
5 TEST_FILES += $(bug_51532_TEST_FILES)