1
0
Fork 0

coverity: also build and check SIMTrace host tools

Change-Id: I74da8b523c9d51887d5eceb01ca0f505bb846812
This commit is contained in:
Vadim Yanitskiy 2021-10-20 23:26:49 +03:00
parent 27e5f8ac15
commit 56489bc521
2 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,12 @@ build_osmocombb() {
popd
}
build_simtrace2() {
pushd simtrace
make -C host
popd
}
cd "$src_dir"
rm -rf "$prefix"
@ -102,3 +108,5 @@ build_default osmo-trx \
# OsmocomBB (without firmware)
build_osmocombb
# SIMTrace host tools
build_simtrace2

View File

@ -29,6 +29,7 @@ for proj in \
osmo-hlr \
osmocom-bb \
osmo-smlc \
simtrace2 \
; do
if [ -d $proj ]; then