summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-01 16:27:02 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-01 16:27:02 +1030
commitc51b5e80211deb2d967edda1f4bf9ec69f354fe6 (patch)
tree012f8f99ac6e2438a0133ee24217d238b0c56455 /test
parent52e964da69abe87327b77fe4e47b0da239d0e1cf (diff)
downloadcairo-c51b5e80211deb2d967edda1f4bf9ec69f354fe6.tar.gz
Copy completion.bash to $builddir/test
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 74e059b39..28047cb04 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -658,8 +658,8 @@ exe = executable('cairo-test-suite', [cairo_test_suite_sources, test_sources, ca
libpdiff_dep],
)
-html_files = ['index.html', 'testtable.js', 'view-test-results.py']
-foreach file : html_files
+build_dir_files = ['completion.bash', 'index.html', 'testtable.js', 'view-test-results.py']
+foreach file : build_dir_files
configure_file(input: file, output : file, copy: true)
endforeach