coverity: add osmo-hlr to be scanned

This commit is contained in:
Neels Hofmeyr 2017-03-16 14:04:03 +01:00
parent 5977e23db7
commit e72f35cfa9
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -20,6 +20,7 @@ for proj in \
osmo-pcu \
osmo-sip-connector \
osmo-trx \
osmo-hlr \
; do
git clone git://git.osmocom.org/$proj