comparison test/file-encoding/module.mk @ 31157:839c0fb5d63c

build: Fix typo in cset f125ddb46055. * test/file-encoding/module.mk: Fix name of temporary variable to "file_encoding_TEST_FILES" so that it doesn't collide with existing "pkg_TEST_FILES" in test/pkg/module.mk.
author Rik <rik@octave.org>
date Tue, 26 Jul 2022 17:05:33 -0700
parents f125ddb46055
children
comparison
equal deleted inserted replaced
31156:60f32b7455e3 31157:839c0fb5d63c
1 pkg_TEST_FILES = \ 1 file_encoding_TEST_FILES = \
2 %reldir%/.oct-config \ 2 %reldir%/.oct-config \
3 %reldir%/file-encoding.tst \ 3 %reldir%/file-encoding.tst \
4 %reldir%/test_CP1252.m \ 4 %reldir%/test_CP1252.m \
5 %reldir%/CP1251/.oct-config \ 5 %reldir%/CP1251/.oct-config \
6 %reldir%/CP1251/test_CP1251.m 6 %reldir%/CP1251/test_CP1251.m
7 7
8 TEST_FILES += $(pkg_TEST_FILES) 8 TEST_FILES += $(file_encoding_TEST_FILES)