~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/same-target-name-different-directory/gyptest-all.py

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
import TestGyp
12
12
 
13
 
test = TestGyp.TestGyp(formats=['android', 'ninja', 'make'])
 
13
test = TestGyp.TestGyp(formats=['ninja', 'make'])
 
14
 
 
15
# xcode-ninja fails to generate a project due to id collisions
 
16
# cf. https://code.google.com/p/gyp/issues/detail?id=461
 
17
if test.format == 'xcode-ninja':
 
18
  test.skip_test()
14
19
 
15
20
test.run_gyp('subdirs.gyp', chdir='src')
16
21