summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-03-05 15:34:15 +0000
committerSimon McVittie <smcv@debian.org>2022-03-05 18:05:12 +0000
commit240437e3a776cc08550edf670b6007236d79f9d0 (patch)
treeea7481045168ceadfd2e8d9c5e3c59040488dd58
parent542bc706a7caf926e2f530544b948c63d1afc91e (diff)
downloadlibsoup-240437e3a776cc08550edf670b6007236d79f9d0.tar.gz
tests: Install http2-server.py
We need this if we are reusing the build-time tests for "as-installed" testing. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--tests/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index fc1cb3f7..34a17c96 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -108,7 +108,9 @@ tests = [
if quart_found
configure_file(input : 'http2-server.py',
output : 'http2-server.py',
- copy : true)
+ copy : true,
+ install : installed_tests_enabled,
+ install_dir : installed_tests_execdir)
tests += [{'name': 'http2'}]
endif