autobuild.sh: Run "make syntax-check", so the autobuilder does this.

This commit is contained in:
Jim Meyering
2008-02-07 19:19:45 +00:00
parent 55f7de7821
commit 3cb808d2a2
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ make install
set -o pipefail
make check 2>&1 | tee $RESULTS
make syntax-check 2>&1 | tee -a $RESULTS
make cov
rm -f *.tar.gz