[Scons-users] Klocwork with SCons

Bill Deegan bill at baddogconsulting.com
Mon Sep 30 11:01:01 EDT 2019


coverity is actually pretty simple:

cov-build <coverity args> <build command>
In this case that would be "scons <scons args>"

If klocwork is similar, then I'd guess same pattern would apply.

On Mon, Sep 30, 2019 at 7:37 AM Mats Wichmann <mats at wichmann.us> wrote:

> On 9/29/19 11:52 PM, Akumalla Arjuman Banu via Scons-users wrote:
> > Hi,
> >
> > how to integrate klocwork analysis tool(provides command line interface)
> > with SCons.
> > Are there any tutorials?
>
>
> That's hard to say, since you don't say how the tool works.
>
> In general terms, if the scan is done by just checking a completed
> binary you could define a post-action as is done in the second example
> here:
>
> https://github.com/scons/scons/wiki/EmbedManifestIntoTarget
>
>
> Coverity uses a more intrusive method, you run a build that is
> controlled by their tool, that's going to take a bit more work.
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20190930/3af0b8fc/attachment.html>


More information about the Scons-users mailing list