aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-21 20:27:15 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-21 20:27:15 +0000
commit9c247e93cf09195d13faf12440b594d94c8b014e (patch)
tree1eb22026db411b3f1b8fa536ad2e52bcc9d8550d
parent96afad37f95b065410d45a5115475d0b9ea03076 (diff)
Let the buildbot run a some of the checkapi targets.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25348 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.nmake22
-rw-r--r--codecs/Makefile.nmake5
2 files changed, 17 insertions, 10 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 8675916332..7bb7b03acf 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1051,15 +1051,19 @@ checkapi_local:
# $(TSHARK_TAP_SRC)
# EXTRA_wireshark_SOURCES
-checkapi: # checkapi_local
-## cd wiretap
-## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
-## cd ../codecs
-## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
+checkapi:
+# checkapi_local
+ cd wiretap
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
+ cd ../codecs
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
## cd ../gtk
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
-## cd ../epan
-## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
-## cd ../plugins
+ cd ../epan
## $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
-## cd ..
+ cd ../epan/dissectors
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
+ cd ..
+ cd ../plugins
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake checkapi
+ cd ..
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index 993656fe82..a255a3f6f8 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -34,4 +34,7 @@ distclean: clean
maintainer-clean: distclean
-
+checkapi:
+ $(PERL) ../tools/checkAPIs.pl \
+ G711a/G711adecode.c \
+ G711u/G711udecode.c