From: Michael Richardson Date: Fri, 5 Mar 2010 17:35:00 +0000 (-0500) Subject: fail all tests on machines without uudecode installed X-Git-Tag: tcpdump-4.1.0~6^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ea7f14bc59ba124932ab85c8f713e86bb94bf660 fail all tests on machines without uudecode installed --- diff --git a/Makefile.in b/Makefile.in index 8f13496b..787d12f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,6 +349,7 @@ distclean: config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1 check: tcpdump + uudecode -h || (echo "No uudecode program found, not running tests"; exit 1) (cd tests && ./TESTrun.sh) tags: $(TAGFILES)