From 8d23ebf68a32c6524b6b786d5ae22005f7f42529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 15 Feb 2024 17:48:29 +0100 Subject: [PATCH] Distribute .py files needed by the test suite --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0f691f7f..15322b9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ EXTRA_DIST = \ test/Makefile.am \ test/clients \ test/modules \ - test/pyhttpd + test/pyhttpd \ + test/conftest.py \ + test/load_test.py dist_doc_DATA = README README.md LICENSE