Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] checkAPIs being run every incremental build on Windows

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Mon, 19 May 2008 21:06:55 -0400
Gerald Combs wrote:
Bill Meier wrote:
>>
In the same way that we use "fail on warning" for C compiles, it seems to me that this should be sufficient enforcement as long as a build with checkAPIs enabled causes a 'fail' if checkAPIs reports a problem.

I've added an 'nmake -f makefile.nmake checkapi' step to the Windows buildbot,
which halts on failure. Is this sufficient for the Buildbot side of things?



Thanks !

I'll modify the various Windows makefiles so that nmake ... checkapi at the top level will do an nmake ... checkapi for the relevant lower level directories (only as appropriate; ie: if the sources for any specific directory have already been cleaned up with respect to checkapi).