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

Unified Diff: test/copies/gyptest-all.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
Index: test/copies/gyptest-all.py
diff --git a/test/copies/gyptest-all.py b/test/copies/gyptest-all.py
index aeccf3324c1c2e5d618b74f1b8a3d5a050d8faad..ca9db445675b44f7adff191abc1358e7fa2e2cc3 100755
--- a/test/copies/gyptest-all.py
+++ b/test/copies/gyptest-all.py
@@ -22,10 +22,12 @@ test.build('copies.gyp', test.ALL, chdir='relocate/src')
test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
+test.built_file_must_match('copies-out/framework/file1',
+ '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')

Powered by Google App Engine
This is Rietveld 408576698