summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 236ac60f..a1a693ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -279,6 +279,7 @@ EXTRA_DIST = \
tests/eapon1.out \
tests/eapon1.puu \
tests/eapon2.puu \
+ tests/empty.uu \
tests/esp-secrets.txt \
tests/esp0.out \
tests/esp1.gdbinit \
@@ -420,7 +421,7 @@ distclean:
rm -rf autom4te.cache
check: tcpdump
- @@CHECK_UUDECODE@
+ uudecode <tests/empty.uu >/dev/null || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1)
(cd tests && ./TESTrun.sh)
tags: $(TAGFILES)