From ded853c7cadc6a2b5590a0ceee5cddd0444da17a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 11 Oct 2021 14:08:57 +0000 Subject: * test infrastruture: - moved common pytest code into test/pyhttpd - does basic setup for a list of host names and some htdocs - added modules/core and moved encoding tests from http2 there - all test methods have module name in in prefix now, so to test only core, run > pytest -k test_core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894134 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ffe9214b8e..ead8329e68 100644 --- a/configure.in +++ b/configure.in @@ -994,10 +994,7 @@ APACHE_FAST_OUTPUT(support/Makefile) if test -d ./test; then APACHE_FAST_OUTPUT(test/Makefile) -fi -if test -d ./test/modules/http2; then - APACHE_FAST_OUTPUT(test/modules/http2/Makefile) - AC_CONFIG_FILES([test/modules/http2/config.ini]) + AC_CONFIG_FILES([test/pyhttpd/config.ini]) fi dnl ## Finalize the variables -- cgit v1.2.1