Skip to content

Commit

Permalink
build(meson): copy 1MB.txt test file (yhirose#1695)
Browse files Browse the repository at this point in the history
Since tests are run in the build directory, the 1MB.txt file has to be
copied there.
  • Loading branch information
Tachi107 authored Oct 20, 2023
1 parent f63ba7d commit 20a7f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/www/dir/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
configure_file(input: 'index.html', output: 'index.html', copy: true)
configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
configure_file(input: 'test.html', output: 'test.html', copy: true)
configure_file(input: '1MB.txt', output: '1MB.txt', copy: true)

0 comments on commit 20a7f08

Please sign in to comment.