mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix regression tests for fuzzyHash
This commit is contained in:
@@ -130,6 +130,10 @@ int main(int argc, char **argv) {
|
||||
#ifdef WITH_CURL
|
||||
resources.push_back("curl");
|
||||
#endif
|
||||
#ifdef WITH_SSDEEP
|
||||
resources.push_back("ssdeep");
|
||||
#endif
|
||||
|
||||
|
||||
test.cmd_options(argc, argv);
|
||||
if (!test.m_automake_output) {
|
||||
|
Reference in New Issue
Block a user