coverity/build_Osmocom.sh: run 'make check' in do_build()

This enables building and running tests (check_PROGRAMS), so that
Coverity will be able to find bugs in their code too.

Change-Id: I3f3149a61df96646798c72d0ad31c41b97e6b81f
This commit is contained in:
Vadim Yanitskiy 2022-06-29 00:19:29 +07:00 committed by fixeria
parent 2b7b90e555
commit bf84ba9f69
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ do_build() {
--disable-doxygen \
$*
make $PARALLEL_MAKE
make $PARALLEL_MAKE check
make install
}