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

Unified Diff: test/copies/gyptest-default.py

Issue 1254413004: Adding framework path mapping for 'copies' action in gyp files. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Added tests to support Ninja and Make Created 5 years, 3 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 | « test/copies/gyptest-all.py ('k') | test/copies/src/copies.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/copies/gyptest-default.py
diff --git a/test/copies/gyptest-default.py b/test/copies/gyptest-default.py
index a916869f0dbd3c8571dc1e5ba7c69a6e4e0d7637..92693acf881f601bcca50421ea11eee5ba8599d8 100755
--- a/test/copies/gyptest-default.py
+++ b/test/copies/gyptest-default.py
@@ -22,10 +22,12 @@ test.build('copies.gyp', chdir='relocate/src')
test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
+test.built_file_must_match('copies-out/framework/file1',
Mark Mentovai 2015/10/01 14:25:25 I wouldn’t expect this test to work on non-Mac. Ma
tonyworks 2015/10/01 14:37:26 How would you recommend I proceed? Any recommendat
+ 'file1 contents\n',
+ chdir='relocate/src')
test.built_file_must_match('copies-out/file2',
'file2 contents\n',
chdir='relocate/src')
-
test.built_file_must_match('copies-out/directory/file3',
'file3 contents\n',
chdir='relocate/src')
« no previous file with comments | « test/copies/gyptest-all.py ('k') | test/copies/src/copies.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698