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

Unified Diff: test/build-option/gyptest-build.py

Issue 10909158: Add support for building targets directly from gyp. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: fix nits Created 8 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 | « pylib/gyp/generator/xcode.py ('k') | test/build-option/hello.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build-option/gyptest-build.py
diff --git a/test/hello/gyptest-default.py b/test/build-option/gyptest-build.py
similarity index 90%
copy from test/hello/gyptest-default.py
copy to test/build-option/gyptest-build.py
index 22377e7ac50433fd6995a5d7bb68796749fc09c9..66194726f2375bbc35fcdf3b68870c09eb9f20b3 100755
--- a/test/hello/gyptest-default.py
+++ b/test/build-option/gyptest-build.py
@@ -13,9 +13,7 @@ import TestGyp
test = TestGyp.TestGyp(workdir='workarea_default')
-test.run_gyp('hello.gyp')
-
-test.build('hello.gyp')
+test.run_gyp('hello.gyp', '--build=Default')
test.run_built_executable('hello', stdout="Hello, world!\n")
« no previous file with comments | « pylib/gyp/generator/xcode.py ('k') | test/build-option/hello.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698