Skip to content

Commit 37399af

Browse files
authored
build(meson): copy MountTest.MultibytesPathName files (#2098)
Fixes the test suite in Meson.
1 parent 48084d5 commit 37399af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/www/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
66
configure_file(input: 'file', output: 'file', copy: true)
77
subdir('dir')
8+
subdir('日本語Dir')

test/www/日本語Dir/meson.build

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

0 commit comments

Comments
 (0)