diff --git a/tests/nmap_dns_test.cc b/tests/nmap_dns_test.cc index a45ed60c0..ad1f1961e 100644 --- a/tests/nmap_dns_test.cc +++ b/tests/nmap_dns_test.cc @@ -58,6 +58,7 @@ ***************************************************************************/ #include "../nmap_dns.h" +#include "../NmapOps.h" #include @@ -68,9 +69,11 @@ if ( !(pred) ) \ ++acc; \ } +extern NmapOps o; int main() { std::cout << "Testing nmap_dns" << std::endl; +o.debugging = 1; int ret = 0; std::string target = "scanme.nmap.org";