summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-03-05 17:57:10 +0000
committerSimon McVittie <smcv@debian.org>2022-03-05 18:05:15 +0000
commitceabf7c823cd539c62b287d7a542b45bf76496f7 (patch)
tree72b7b3a7fa4db1d079b7f903b31ce78c70c69e09
parent240437e3a776cc08550edf670b6007236d79f9d0 (diff)
downloadlibsoup-ceabf7c823cd539c62b287d7a542b45bf76496f7.tar.gz
tests: Install missing test cert and key for installed-tests
We need these 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.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 34a17c96..7851e571 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -61,6 +61,8 @@ if installed_tests_enabled
'index.txt',
'test-cert.pem',
'test-key.pem',
+ 'test-cert-2.pem',
+ 'test-key-2.pem',
install_dir : installed_tests_execdir
)
endif