fixup: coverity: compile tests, but not execute them

Change-Id: I92b648cd1e80399561067eae99426faed1ff1e25
Fixes: Idf0714a59356633021be21acc47f9471d059b7fe
This commit is contained in:
Vadim Yanitskiy 2022-07-04 15:42:01 +07:00
parent aaeab8c976
commit 82265bc46d
1 changed files with 2 additions and 0 deletions

View File

@ -52,7 +52,9 @@ for proj in \
# instead of 'check_PROGRAMS' allows building test binaries during 'make all'.
files="$(git -C $proj grep -l check_PROGRAMS)"
if [ -n "$files" ]; then
pushd $proj
sed -i "s/check_PROGRAMS/noinst_PROGRAMS/" $files
popd
fi
done