view test/file-encoding/module.mk @ 31149:f125ddb46055

dir_encoding: Use encoding from .oct-config file in current directory (bug #62761). * libinterp/corefcn/load-path.cc (load_path::read_dir_config), libinterp/corefcn/input.cc (input_system::dir_encoding): Use canonicalized path as key for the dir_encoding map. * test/file-encoding: Add tests for this feature. * test/Makefile.am: Add new folder to test suite.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 13 Jul 2022 13:20:48 +0200
parents
children 839c0fb5d63c
line wrap: on
line source

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

TEST_FILES += $(pkg_TEST_FILES)