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

Unified Diff: test/intermediate_dir/gyptest-intermediate-dir.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years 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/gyp-defines/gyptest-multiple-values.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intermediate_dir/gyptest-intermediate-dir.py
diff --git a/test/intermediate_dir/gyptest-intermediate-dir.py b/test/intermediate_dir/gyptest-intermediate-dir.py
index 0e1020ef314e0abe601e41a084526dfaad6adf29..bf4b91a2fcd93724d1f7525afcae8d43350cf26c 100755
--- a/test/intermediate_dir/gyptest-intermediate-dir.py
+++ b/test/intermediate_dir/gyptest-intermediate-dir.py
@@ -13,6 +13,7 @@ import TestGyp
test = TestGyp.TestGyp()
test.run_gyp('test.gyp', chdir='src')
+
test.build('test.gyp', 'target1', chdir='src')
# Check stuff exists.
intermediate_file1 = test.read('src/outfile.txt')
@@ -22,6 +23,7 @@ shared_intermediate_file1 = test.read('src/shared_outfile.txt')
test.must_contain(shared_intermediate_file1, 'shared_target1')
test.run_gyp('test2.gyp', chdir='src')
+
# Force the shared intermediate to be rebuilt.
test.sleep()
test.touch('src/shared_infile.txt')
« no previous file with comments | « test/gyp-defines/gyptest-multiple-values.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698