From a7638f57c88cb1b5da949147729fca76a0f332c5 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 18 Oct 2018 01:10:57 +0000 Subject: [PATCH] Add missing libs to make check --- nselib/unittest.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nselib/unittest.lua b/nselib/unittest.lua index 65230f6d6..ef50f5c8f 100644 --- a/nselib/unittest.lua +++ b/nselib/unittest.lua @@ -112,6 +112,7 @@ local libs = { "pppoe", "proxy", "punycode", +"rand", "rdp", "re", "redis", @@ -138,8 +139,10 @@ local libs = { "stdnse", "strbuf", --"strict", -- behaves oddly +"stringaux", "stun", "tab", +"tableaux", "target", "tftp", "tls",