Sha256: f4e71b5871463e6f14a32089b6e6fb89d4efe796efb66d6a3a94f5824d3662f2

Contents?: true

Size: 1.23 KB

Versions: 40

Compression:

Stored size: 1.23 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.

"""
Verifies building a target and a subsidiary dependent target from a
.gyp file in a subdirectory, without specifying an explicit output build
directory, and using the generated solution or project file at the top
of the tree as the entry point.
                                 
The configuration sets the Xcode SYMROOT variable and uses --depth=
to make Xcode behave like the other build tools--that is, put all
built targets in a single output build directory at the top of the tree.
"""

import TestGyp

test = TestGyp.TestGyp()

test.run_gyp('prog1.gyp', '-Dset_symroot=1', '--depth=.', chdir='src')

test.relocate('src', 'relocate/src')

# Suppress the test infrastructure's setting SYMROOT on the command line.
test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src')

test.run_built_executable('prog1',
                          stdout="Hello from prog1.c\n",
                          chdir='relocate/src')

test.run_built_executable('prog2',
                          stdout="Hello from prog2.c\n",
                          chdir='relocate/src')

test.pass_test()

Version data entries

40 entries across 40 versions & 6 rubygems

Version Path
libv8-3.16.14.19.1 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.19 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.18 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/subdirectory/gyptest-SYMROOT-default.py
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.17 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.16 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.15 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.14 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-tmpfork-3.16.14.13 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.13 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.12 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.11 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.10 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.8 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.8.rc1 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.7 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.6 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.5 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py
libv8-3.16.14.4 vendor/gyp/test/subdirectory/gyptest-SYMROOT-default.py