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

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

Issue 7696003: ninja: land generator for ninja files (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: fixes Created 9 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
Index: test/copies-link/gyptest-copies-link.py
diff --git a/test/copies-link/gyptest-copies-link.py b/test/copies-link/gyptest-copies-link.py
index fe7b6025cdd52c91118228f83394cee5e48369cd..01e84c52423a98ad3370e967cd30a6a41de2007a 100644
--- a/test/copies-link/gyptest-copies-link.py
+++ b/test/copies-link/gyptest-copies-link.py
@@ -10,7 +10,11 @@ Verifies file copies using the build tool default.
import TestGyp
-test = TestGyp.TestGyp()
+# This test doesn't actually test what it thinks it's testing. It copies a
+# library around and then tries to write a link line to use the copy, but by
+# virtue of depending on the original library it gets the original library
+# on the final link line anyway.
+test = TestGyp.TestGyp(formats=['!ninja'])
test.run_gyp('copies-link.gyp', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698