From b1153820f499cb511f04435f40ee463322816d8a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 6 Aug 2024 23:14:53 +0200 Subject: [PATCH] dist: add missing `test_*.py` scripts Closes #14427 --- tests/http/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/http/Makefile.am b/tests/http/Makefile.am index 92652aa622..47066f386d 100644 --- a/tests/http/Makefile.am +++ b/tests/http/Makefile.am @@ -59,7 +59,13 @@ test_12_reuse.py \ test_13_proxy_auth.py \ test_14_auth.py \ test_15_tracing.py \ +test_16_info.py \ +test_17_ssl_use.py \ +test_18_methods.py \ +test_19_shutdown.py \ test_20_websockets.py \ +test_30_vsftpd.py \ +test_31_vsftpds.py \ $(TESTENV) clean-local: