test(meson): copy files in www directory (#1941)
These files were added in commits 2d01e712866d3ed17d33569b8fa5345f5cade146 and b8315278cb4c313e97f9b980d29b09d35f742a97
This commit is contained in:
parent
4990b4b4b7
commit
7018e9263d
@ -104,7 +104,7 @@ client_encrypted_cert_pem = custom_target(
|
|||||||
# Copy test files to the build directory
|
# Copy test files to the build directory
|
||||||
configure_file(input: 'ca-bundle.crt', output: 'ca-bundle.crt', copy: true)
|
configure_file(input: 'ca-bundle.crt', output: 'ca-bundle.crt', copy: true)
|
||||||
configure_file(input: 'image.jpg', output: 'image.jpg', copy: true)
|
configure_file(input: 'image.jpg', output: 'image.jpg', copy: true)
|
||||||
subdir('www' /'dir')
|
subdir('www')
|
||||||
subdir('www2'/'dir')
|
subdir('www2'/'dir')
|
||||||
subdir('www3'/'dir')
|
subdir('www3'/'dir')
|
||||||
|
|
||||||
|
7
test/www/meson.build
Normal file
7
test/www/meson.build
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Andrea Pappacoda
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
|
||||||
|
configure_file(input: 'file', output: 'file', copy: true)
|
||||||
|
subdir('dir')
|
Loading…
x
Reference in New Issue
Block a user