[ovs-dev] [PATCH] travis: Run 'make distcheck' instead of 'make check'

Thomas Graf tgraf at noironetworks.com
Fri Aug 29 23:43:03 UTC 2014


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 <tgraf at noironetworks.com>
---
 .travis/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis/build.sh b/.travis/build.sh
index a9e5658..56623ea 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -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
-- 
1.9.3




More information about the dev mailing list