Explorar o código

build(meson): copy 1MB.txt test file (#1695)

Since tests are run in the build directory, the 1MB.txt file has to be
copied there.
Andrea Pappacoda %!s(int64=2) %!d(string=hai) anos
pai
achega
20a7f088ce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/www/dir/meson.build

+ 1 - 0
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)