svn commit: r1937127 - httpd/httpd/trunk
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178672395711.1943912.4691776874223625398@svn03-he-fi> |
Author: jfclere
Date: Fri Aug 14 16:12:36 2026
New Revision: 1937127
Log:
Add modules for the tests.
Modified:
httpd/httpd/trunk/CMakeLists.txt
Modified: httpd/httpd/trunk/CMakeLists.txt
==============================================================================
--- httpd/httpd/trunk/CMakeLists.txt Fri Aug 14 15:51:29 2026 (r1937126)
+++ httpd/httpd/trunk/CMakeLists.txt Fri Aug 14 16:12:36 2026 (r1937127)
@@ -487,6 +487,10 @@ IF(BUILD_TEST_MODULES)
SET(${pytest_mod}_extra_defines ${PYTEST_CMODULE_DEFINES})
ENDFOREACH()
SET(mod_test_session_extra_libs mod_session)
+ # Enable httpd debugging/example modules needed by the test suite.
+ SET(ENABLE_BUCKETEER "A" CACHE STRING "buckets manipulation filter" FORCE)
+ SET(ENABLE_CASE_FILTER "A" CACHE STRING "Example uppercase conversion filter" FORCE)
+ SET(ENABLE_CASE_FILTER_IN "A" CACHE STRING "Example uppercase conversion input filter" FORCE)
ENDIF()
# Track which modules actually built have APIs to link against.