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 |
Nico
2011/08/19 18:21:25
Hm, fix the test instead? Or remove it? (in a diff
Evan Martin
2011/08/19 18:37:13
Yeah. Do you think I should do it before I finish
Nico
2011/08/19 22:45:10
I'd do this first, but the other way round is fine
|
+# 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') |