Sha256: 7d647b62859ea81407be4a5107783527eac7f6a1266465df34a95c4ae68bfe6e

Contents?: true

Size: 475 Bytes

Versions: 28

Compression:

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

"""
Verifies props files are added by using a
props file to set the name of the built executable.
"""

import TestGyp

test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])

test.run_gyp('hello.gyp')

test.build('hello.gyp')

test.built_file_must_exist('Greet.exe')

test.pass_test()

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.6 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.5 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.4 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.3 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.2 vendor/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.1 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.16.14.0 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py