Sha256: 142af3de5cd0b9ecfa272f0ef519c1f3490459c9673b83ac55d0cfc09146d0e6

Contents?: true

Size: 1.05 KB

Versions: 16

Compression:

Stored size: 1.05 KB

Contents

#!/usr/bin/env python

# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""
"""

import TestGyp

test = TestGyp.TestGyp()

test.run_gyp('build/all.gyp', chdir='src')

test.build('build/all.gyp', test.ALL, chdir='src')

chdir = 'src/build'

# The top-level Makefile is in the directory where gyp was run.
# TODO(mmoss) Should the Makefile go in the directory of the passed in .gyp
# file? What about when passing in multiple .gyp files? Would sub-project
# Makefiles (see http://codereview.chromium.org/340008 comments) solve this?
if test.format in ('make', 'ninja'):
  chdir = 'src'

if test.format == 'xcode':
  chdir = 'src/prog1'
test.run_built_executable('prog1',
                          chdir=chdir,
                          stdout="Hello from prog1.c\n")

if test.format == 'xcode':
  chdir = 'src/prog2'
test.run_built_executable('prog2',
                          chdir=chdir,
                          stdout="Hello from prog2.c\n")

test.pass_test()

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
libv8-3.11.8.17 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.16 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.13 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.12 vendor/v8/build/gyp/test/sibling/gyptest-all.py
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.11 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.10 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.9 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.8 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.7 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.4 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.3 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.1 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.11.8.0 vendor/v8/build/gyp/test/sibling/gyptest-all.py
libv8-3.10.8.0 vendor/v8/build/gyp/test/sibling/gyptest-all.py