Fix regression tests for fuzzyHash

This commit is contained in:
Felipe Zimmerle
2017-10-27 14:47:04 -03:00
parent 9c83b39ea0
commit e6106ae0eb
3 changed files with 9 additions and 0 deletions

View File

@@ -432,6 +432,9 @@ int main(int argc, char **argv) {
#ifdef WITH_CURL
resources.push_back("curl");
#endif
#ifdef WITH_SSDEEP
resources.push_back("ssdeep");
#endif
#ifdef NO_LOGS
std::cout << "Test utility cannot work without logging support." \