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

Side by Side Diff: trunk/test/hello/gyptest-all.py

Issue 160351: Test infrastructure for end-to-end tests of GYP generators, and... (Closed) Base URL: http://gyp.googlecode.com/svn/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/pylib/gyp/generator/scons.py ('k') | trunk/test/hello/gyptest-default.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Name: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #!/usr/bin/env python
2
3 """
4 Verifies simplest-possible build of a "Hello, world!" program
5 using an explicit build target of 'all'.
6 """
7
8 import TestGyp
9
10 test = TestGyp.TestGyp()
11
12 test.run_gyp('hello.gyp')
13
14 test.build_all('hello.gyp')
15
16 test.run_built_executable('hello', stdout="Hello, world!\n")
17
18 test.pass_test()
OLDNEW
« no previous file with comments | « trunk/pylib/gyp/generator/scons.py ('k') | trunk/test/hello/gyptest-default.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698