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

Unified Diff: test/analyzer/gyptest-analyzer.py

Issue 496363004: Makes analyzer output names of all executable target types (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 6 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 | « pylib/gyp/generator/analyzer.py ('k') | test/analyzer/test3.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/analyzer/gyptest-analyzer.py
===================================================================
--- test/analyzer/gyptest-analyzer.py (revision 1968)
+++ test/analyzer/gyptest-analyzer.py (working copy)
@@ -305,7 +305,7 @@
_CreateConfigFile(['c.c', 'e.c'], [])
run_analyzer3()
-EnsureContains(matched=True, build_targets={'a', 'b'})
+EnsureContains(matched=True, build_targets={'a', 'b', 'c', 'e'})
_CreateConfigFile(['d.c'], ['a'])
run_analyzer3()
@@ -342,11 +342,11 @@
# Assertions around test4.gyp.
_CreateConfigFile(['f.c'], [])
run_analyzer4()
-EnsureContains(matched=True, build_targets={'e'})
+EnsureContains(matched=True, build_targets={'e', 'f'})
_CreateConfigFile(['d.c'], [])
run_analyzer4()
-EnsureContains(matched=True, build_targets={'a'})
+EnsureContains(matched=True, build_targets={'a', 'b', 'c', 'd'})
_CreateConfigFile(['i.c'], [])
run_analyzer4()
« no previous file with comments | « pylib/gyp/generator/analyzer.py ('k') | test/analyzer/test3.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698