1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00

Add some missing libs to unittest.lua

This commit is contained in:
dmiller
2018-09-03 19:38:01 +00:00
parent b34e05d4fb
commit 69dd30727d

View File

@@ -75,10 +75,13 @@ local libs = {
"isns", "isns",
"jdwp", "jdwp",
"json", "json",
"knx",
"ldap", "ldap",
"lfs", "lfs",
"libssh2",
"libssh2-utility", "libssh2-utility",
"listop", "listop",
"lpeg",
"lpeg-utility", "lpeg-utility",
"ls", "ls",
"match", "match",
@@ -93,6 +96,7 @@ local libs = {
"multicast", "multicast",
"mysql", "mysql",
"natpmp", "natpmp",
"nbd",
"ncp", "ncp",
"ndmp", "ndmp",
"netbios", "netbios",