1
0
mirror of synced 2025-04-20 11:47:43 +03:00

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.
This commit is contained in:
Andrea Pappacoda 2023-10-20 23:58:06 +02:00 committed by GitHub
parent f63ba7d013
commit 20a7f088ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,4 @@
configure_file(input: 'index.html', output: 'index.html', copy: true) configure_file(input: 'index.html', output: 'index.html', copy: true)
configure_file(input: 'test.abcde', output: 'test.abcde', 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: 'test.html', output: 'test.html', copy: true)
configure_file(input: '1MB.txt', output: '1MB.txt', copy: true)