Sha256: 8f6c9887932cbc17ae7b77b336e377660f7cf0da0bfd6ffd39d709524d60e7b6

Contents?: true

Size: 536 Bytes

Versions: 44

Compression:

Stored size: 536 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2010 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 exclusions (e.g. sources!) are respected.  Excluded sources
that do not exist should not prevent the build from succeeding.
"""

import TestGyp

test = TestGyp.TestGyp()

test.run_gyp('exclusion.gyp')
test.build('exclusion.gyp')

# executables
test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)

test.pass_test()

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.6 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.5 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.4 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.3 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.2 vendor/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.1 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.16.14.0 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.17 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.16 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.13 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.12 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.11 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.10 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.9 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.8 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.7 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-3.11.8.4 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/exclusion/gyptest-exclusion.py