Makes lua optional

This commit is contained in:
Felipe Zimmerle
2017-11-06 00:00:38 -03:00
parent e52bd7d635
commit 7fa5ca9ba0
6 changed files with 55 additions and 17 deletions

View File

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