]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fail all tests on machines without uudecode installed
authorMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:35:00 +0000 (12:35 -0500)
committerMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:35:00 +0000 (12:35 -0500)
Makefile.in

index 8f13496bb38a42e609fbb7dd2e53e07205f55dc1..787d12f13c91b58049ee90f0bbfc0d839687f05d 100644 (file)
@@ -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)