1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Run ncat tests with "make check" too.

This commit is contained in:
david
2013-05-18 19:22:33 +00:00
parent b6ca01d295
commit ff7659df5e

View File

@@ -387,6 +387,7 @@ uninstall-nping:
check:
@cd $(NSOCKDIR)/src && $(MAKE) check
@cd $(NCATDIR) && $(MAKE) check
${srcdir}/configure: configure.ac
cd ${srcdir} && autoconf