summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-10-11 14:08:57 +0000
committerStefan Eissing <icing@apache.org>2021-10-11 14:08:57 +0000
commitded853c7cadc6a2b5590a0ceee5cddd0444da17a (patch)
tree2a8d944d77ba160559872ab5365bfe3a8682dccd /configure.in
parentfa7f3753066ce9f323a217252b3a7798c9324fb7 (diff)
downloadhttpd-ded853c7cadc6a2b5590a0ceee5cddd0444da17a.tar.gz
* 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 1 insertions, 4 deletions
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