output callcatcher for non-samba builds as well
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Feb 2012 10:01:16 +0000 (21:01 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Feb 2012 10:01:16 +0000 (21:01 +1100)
build_test.fns

index d0299c5a74551f24a049496c1ee6000780099137..173ba08bf9d2928eea04e7f30b78a62252c3ddcf 100644 (file)
@@ -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
                        ;;