Sha256: 5915675942be12be48fab65b0e9e1eccf2202de64b2ead3a589ef0158fac28e9

Contents?: true

Size: 642 Bytes

Versions: 4

Compression:

Stored size: 642 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2012 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.

"""
Test that MACH_O_TYPE etc are set correctly.
"""

import TestGyp

import sys

if sys.platform == 'darwin':
  test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])

  test.run_gyp('test.gyp',
               '-G', 'xcode_ninja_target_pattern=^(?!nonbundle_none).*$',
               chdir='type_envvars')

  test.build('test.gyp', test.ALL, chdir='type_envvars')

  # The actual test is done by postbuild scripts during |test.build()|.

  test.pass_test()

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/mac/gyptest-type-envvars.py
mt-libuv-4.1.03 ext/gyp/test/mac/gyptest-type-envvars.py
mt-libuv-4.1.02 ext/gyp/test/mac/gyptest-type-envvars.py
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/gyptest-type-envvars.py