mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support for curl resource on the regression tests
This commit is contained in:
committed by
Felipe Zimmerle
parent
f9552ede2b
commit
c06daba398
@@ -391,6 +391,9 @@ int main(int argc, char **argv) {
|
||||
#ifdef WITH_GEOIP
|
||||
resources.push_back("geoip");
|
||||
#endif
|
||||
#ifdef WITH_CURL
|
||||
resources.push_back("curl");
|
||||
#endif
|
||||
|
||||
#ifdef NO_LOGS
|
||||
std::cout << "Test utility cannot work without logging support." \
|
||||
|
Reference in New Issue
Block a user