Sha256: a1208517cdc0ef28068428ae6d0b5ca1773b3fb2f081dcacb9e77de3b9e83b5b

Contents?: true

Size: 533 Bytes

Versions: 4

Compression:

Stored size: 533 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2014 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 libraries have proper mtime.
"""

import TestGyp

import sys

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

  CHDIR = 'libtool-zero'

  test.run_gyp('test.gyp', chdir=CHDIR)

  test.build('test.gyp', 'mylib', chdir=CHDIR)

  test.up_to_date('test.gyp', 'mylib', chdir=CHDIR)

  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-libtool-zero.py
mt-libuv-4.1.03 ext/gyp/test/mac/gyptest-libtool-zero.py
mt-libuv-4.1.02 ext/gyp/test/mac/gyptest-libtool-zero.py
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/gyptest-libtool-zero.py