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 <tg...@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

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to