Skip to content

Commit

Permalink
travis: Run 'make distcheck' instead of 'make check'
Browse files Browse the repository at this point in the history
make distcheck runs a superset of make check and will additionally
catch failures in adding new files to the Makefile. It will also test
installation and uninstallation of the package.

Signed-off-by: Thomas Graf <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Thomas Graf authored and blp committed Aug 30, 2014
1 parent 9bbf1c3 commit b5d2dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ $CC = "clang" ]; then
make CFLAGS="-Werror -Wno-error=unused-command-line-argument"
else
make CFLAGS="-Werror" C=1
[ "$TESTSUITE" ] && make check
[ "$TESTSUITE" ] && make distcheck
fi

exit 0

0 comments on commit b5d2dd2

Please sign in to comment.