[Scons-users] Klocwork with SCons
Mats Wichmann
mats at wichmann.us
Mon Sep 30 10:37:38 EDT 2019
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.
More information about the Scons-users
mailing list