mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
build(meson): copy MountTest.MultibytesPathName files (#2098)
Fixes the test suite in Meson.
This commit is contained in:
parent
48084d55f2
commit
37399af996
@ -5,3 +5,4 @@
|
|||||||
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
|
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
|
||||||
configure_file(input: 'file', output: 'file', copy: true)
|
configure_file(input: 'file', output: 'file', copy: true)
|
||||||
subdir('dir')
|
subdir('dir')
|
||||||
|
subdir('日本語Dir')
|
||||||
|
4
test/www/日本語Dir/meson.build
Normal file
4
test/www/日本語Dir/meson.build
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Andrea Pappacoda
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
configure_file(input: '日本語File.txt', output: '日本語File.txt', copy: true)
|
Loading…
x
Reference in New Issue
Block a user