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