[libsoup/wip/smcv/installed-tests: 1/2] tests: Install http2-server.py




commit 240437e3a776cc08550edf670b6007236d79f9d0
Author: Simon McVittie <smcv debian org>
Date:   Sat Mar 5 15:34:15 2022 +0000

    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>

 tests/meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]