build(meson): copy MountTest.MultibytesPathName files (#2098)

Fixes the test suite in Meson.
This commit is contained in:
Andrea Pappacoda 2025-03-11 18:10:30 +01:00 committed by GitHub
parent 48084d55f2
commit 37399af996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,4 @@
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
configure_file(input: 'file', output: 'file', copy: true)
subdir('dir')
subdir('日本語Dir')

View File

@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2025 Andrea Pappacoda
# SPDX-License-Identifier: MIT
configure_file(input: '日本語File.txt', output: '日本語File.txt', copy: true)