This commit is contained in:
Jim Meyering 1995-11-30 19:42:58 +00:00
parent efac765819
commit c0f51577fd
2 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,6 @@ distclean:
.PHONY: clean
clean: distclean
.PHONY: realclean
realclean: clean
.PHONY: maintainer-clean realclean
maintainer-clean realclean: clean
rm -f join-tests t*.[12] t*.exp t*.log

View File

@ -74,6 +74,8 @@ EOF
}
print <<EOF2 ;
if test \$errors -gt 0 ; then
echo Failed \$errors tests. 1>&2
echo "Failed \$errors tests." 1>&2
else
echo 'Passed all tests.' 1>&2
fi
EOF2