Skip to content

Commit

Permalink
test(meson): copy files in www directory
Browse files Browse the repository at this point in the history
These files were added in commits
2d01e71 and
b831527
  • Loading branch information
Tachi107 committed Sep 17, 2024
1 parent 4990b4b commit 7dfb3ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ client_encrypted_cert_pem = custom_target(
# Copy test files to the build directory
configure_file(input: 'ca-bundle.crt', output: 'ca-bundle.crt', copy: true)
configure_file(input: 'image.jpg', output: 'image.jpg', copy: true)
subdir('www' /'dir')
subdir('www')
subdir('www2'/'dir')
subdir('www3'/'dir')

Expand Down
7 changes: 7 additions & 0 deletions test/www/meson.build
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 7dfb3ad

Please sign in to comment.