From bf84ba9f69a0a2125bfd4327519b0e6fa212d664 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 29 Jun 2022 00:19:29 +0700 Subject: [PATCH] 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 --- coverity/build_Osmocom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index a7f8cdd1..fe9806cf 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -18,7 +18,7 @@ do_build() { --disable-doxygen \ $* - make $PARALLEL_MAKE + make $PARALLEL_MAKE check make install }