summaryrefslogtreecommitdiff
path: root/pjlib/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-03 15:23:28 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-03 15:23:28 +0000
commit253169056aadb92e7ad4b86b92282e7bcb3a25dd (patch)
tree2430f7ec573f0a10d07b78bb88dfc494b8e05592 /pjlib/build/Makefile
parent45a727c95876002e3b7468428e53ad9531f4e1a2 (diff)
Added gcov-report build target and fixed bug in string test under gcov
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@136 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/Makefile')
-rw-r--r--pjlib/build/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index 09777541..c278f752 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -99,3 +99,7 @@ realclean:
distclean: realclean
+gcov-report:
+ $(MAKE) -f $(RULES_MAK) APP=PJLIB app=pjlib gcov-report
+ $(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test gcov-report
+