diff --git a/test/www/dir/meson.build b/test/www/dir/meson.build index 8339b63..e88ec79 100644 --- a/test/www/dir/meson.build +++ b/test/www/dir/meson.build @@ -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)