From e72f35cfa9969e52d0018ba4661f4519519c39ba Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 16 Mar 2017 14:04:03 +0100 Subject: coverity: add osmo-hlr to be scanned --- coverity/build_Osmocom.sh | 7 +++++++ coverity/prepare_source_Osmcocom.sh | 1 + 2 files changed, 8 insertions(+) (limited to 'coverity') diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index 68cf8ed..58a74f2 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -83,6 +83,12 @@ build_openbsc() { popd } +build_osmohlr() { + pushd osmo-hlr + do_build + popd +} + build_osmobts() { #IU pushd openbsc/openbsc #IU git checkout master @@ -154,6 +160,7 @@ build_openggsn build_osmopcu build_osmobts build_openbsc +build_osmohlr # GMR build_libosmodsp diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh index 0d54c06..6d226b2 100755 --- a/coverity/prepare_source_Osmcocom.sh +++ b/coverity/prepare_source_Osmcocom.sh @@ -20,6 +20,7 @@ for proj in \ osmo-pcu \ osmo-sip-connector \ osmo-trx \ + osmo-hlr \ ; do git clone git://git.osmocom.org/$proj -- cgit v1.2.3