Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7018e92

Browse files
test(meson): copy files in www directory (yhirose#1941)
These files were added in commits 2d01e71 and b831527
1 parent 4990b4b commit 7018e92

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎test/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ client_encrypted_cert_pem = custom_target(
104104
# Copy test files to the build directory
105105
configure_file(input: 'ca-bundle.crt', output: 'ca-bundle.crt', copy: true)
106106
configure_file(input: 'image.jpg', output: 'image.jpg', copy: true)
107-
subdir('www'/'dir')
107+
subdir('www')
108108
subdir('www2'/'dir')
109109
subdir('www3'/'dir')
110110

‎test/www/meson.build

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Andrea Pappacoda
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
configure_file(input: 'empty_file', output: 'empty_file', copy: true)
6+
configure_file(input: 'file', output: 'file', copy: true)
7+
subdir('dir')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /