diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-04-04 20:46:49 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-04-04 20:46:49 +0000 |
commit | 75c3c92f197406d14eb213e30a07955928517399 (patch) | |
tree | 6ec908c62bfc2115e32c3e747e90ad14f3552744 /epan/wspython | |
parent | 02e0b847f15c5045bbf15b13d555c619fc8b36c9 (diff) | |
download | wireshark-75c3c92f197406d14eb213e30a07955928517399.tar.gz wireshark-75c3c92f197406d14eb213e30a07955928517399.tar.bz2 wireshark-75c3c92f197406d14eb213e30a07955928517399.zip |
Add a "-build" argument to checkAPIs.pl. Use that argument when building
from makefiles (and thus from the buildbot).
The intention is to be able to tell when a human is running the tool so we
can provide more code-review guidance.
As a starter, enable the "too many proto_tree_add_text() calls" check when
a human is running the tool.
svn path=/trunk/; revision=41943
Diffstat (limited to 'epan/wspython')
-rw-r--r-- | epan/wspython/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake index a50ec26b38..0f837a759c 100644 --- a/epan/wspython/Makefile.nmake +++ b/epan/wspython/Makefile.nmake @@ -27,5 +27,5 @@ distclean: clean maintainer-clean: distclean checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(LIBWSPYTHON_OBJECTS) |