Re: Klocwork with SCons
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CEOob1-97kjjrfMNpodH2edAtztFaaLA1NuB-nabKH7yw@mail.gmail.com> |
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 <[email protected]> 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 > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users