Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/lcov/example/Makefile

Issue 23189008: Upgrades lcov to 1.10, removes lcov-1.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-adds UNKNOWN suppression Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lcov/bin/updateversion.pl ('k') | third_party/lcov/lcovrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lcov/example/Makefile
diff --git a/third_party/lcov/example/Makefile b/third_party/lcov/example/Makefile
index 5428237c23960d4d406dd6c6930e942c85059ea3..2f698a1b32f3186a9e7d093742141b9a478f39f9 100644
--- a/third_party/lcov/example/Makefile
+++ b/third_party/lcov/example/Makefile
@@ -70,7 +70,7 @@ test_noargs:
@echo
$(LCOV) --zerocounters --directory .
./example
- $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs
+ $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs --no-external
test_2_to_2000:
@echo
@@ -80,7 +80,7 @@ test_2_to_2000:
@echo
$(LCOV) --zerocounters --directory .
./example 2 2000
- $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000
+ $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 --no-external
test_overflow:
@echo
@@ -90,7 +90,7 @@ test_overflow:
@echo
$(LCOV) --zerocounters --directory .
./example 0 100000 || true
- $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow"
+ $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external
clean:
rm -rf *.o *.bb *.bbg *.da *.gcno *.gcda *.info output example \
« no previous file with comments | « third_party/lcov/bin/updateversion.pl ('k') | third_party/lcov/lcovrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698