jenkins: add value_string termination check

Change-Id: I7fe3678b524d602fc6aa14bc0ed06308df809a3e
This commit is contained in:
Neels Hofmeyr 2017-03-01 15:08:17 +01:00
parent 220fa74016
commit 9ab00721e5
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set -ex
./contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
autoreconf --install --force
./configure --enable-static --enable-sanitize
$MAKE $PARALLEL_MAKE check \