Sha256: 2d475efc9f355386a57f3b36ee62dbcf9356f80d681a6dda556ae3ee8ee21330

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2013 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 that IPHONEOS_DEPLOYMENT_TARGET works.
"""

import TestGyp

import sys

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

  test.run_gyp('deployment-target.gyp', chdir='deployment-target')

  test.build('deployment-target.gyp', test.ALL, chdir='deployment-target')

  test.pass_test()

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/ios/gyptest-deployment-target.py
mt-libuv-4.1.03 ext/gyp/test/ios/gyptest-deployment-target.py
mt-libuv-4.1.02 ext/gyp/test/ios/gyptest-deployment-target.py
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/ios/gyptest-deployment-target.py
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/ios/gyptest-deployment-target.py