From dad635c9104962897942c0b7ec1f094ef0182547 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Feb 2012 21:01:16 +1100 Subject: [PATCH] output callcatcher for non-samba builds as well --- build_test.fns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_test.fns b/build_test.fns index d0299c5a..173ba08b 100644 --- a/build_test.fns +++ b/build_test.fns @@ -344,6 +344,9 @@ action_lcovreport() { action_callcatcherreport() { if [ "$CALLCATCHER_REPORT" = "yes" ]; then case "$tree" in + tdb|talloc|ldb) + callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* > $builddir/coverage/unused-fns.txt + ;; samba_3_master*) callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* | grep -v -f $srcdir/callcatcher-exceptions.grep > $builddir/coverage/unused-fns.txt ;; -- 2.34.1