Skip to content

Commit 20a7f08

Browse files
authored
build(meson): copy 1MB.txt test file (yhirose#1695)
Since tests are run in the build directory, the 1MB.txt file has to be copied there.
1 parent f63ba7d commit 20a7f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/www/dir/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
configure_file(input: 'index.html', output: 'index.html', copy: true)
66
configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
77
configure_file(input: 'test.html', output: 'test.html', copy: true)
8+
configure_file(input: '1MB.txt', output: '1MB.txt', copy: true)

0 commit comments

Comments
 (0)