view 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
line wrap: on
line source

file_encoding_TEST_FILES = \
    %reldir%/.oct-config \
    %reldir%/file-encoding.tst \
    %reldir%/test_CP1252.m \
    %reldir%/CP1251/.oct-config \
    %reldir%/CP1251/test_CP1251.m

TEST_FILES += $(file_encoding_TEST_FILES)