diff options
author | Stefan Eissing <icing@apache.org> | 2021-08-20 18:07:44 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-08-20 18:07:44 +0200 |
commit | 9438c6497a6653d3f118cbc8d042fd71e22d91fb (patch) | |
tree | d853b8ccf333adaccb6a7a8707d116d36fe6c890 /configure.in | |
parent | core: follow up to r1891148: WC bucket defaulting to FLUSH bucket. (diff) | |
download | apache2-9438c6497a6653d3f118cbc8d042fd71e22d91fb.tar.xz apache2-9438c6497a6653d3f118cbc8d042fd71e22d91fb.zip |
* test/module/http2: test suite from github mod_h2 repository
slightly adapted to run in a source build. usage:
> make install # to have httpd, apxs etc. in place
> cd test
> pytest
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9a56af7c76..ffe9214b8e 100644 --- a/configure.in +++ b/configure.in @@ -995,6 +995,10 @@ 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]) +fi dnl ## Finalize the variables AC_MSG_NOTICE([]) |