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

Side by Side Diff: test/ninja/chained-rules/gyptest-chained-rules.py

Issue 10381103: ninja: rules chained only by output of first one failing Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: remove debug print Created 8 years, 7 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 | « test/ninja/chained-rules/copyfile.py ('k') | test/ninja/chained-rules/input.wxs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/env python
2
3 # Copyright (c) 2012 Google Inc. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 """
8 Verifies that rules operating on the output of other rules are processed.
9 """
10
11 import os
12 import sys
13 import TestGyp
14
15 test = TestGyp.TestGyp(formats=['ninja'])
Nico 2012/05/16 23:08:55 Why a ninja-only test?
16 test.run_gyp('chained-rules.gyp')
17 test.build('chained-rules.gyp', test.ALL)
18 test.built_file_must_exist('input.msi')
19 test.pass_test()
OLDNEW
« no previous file with comments | « test/ninja/chained-rules/copyfile.py ('k') | test/ninja/chained-rules/input.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698