Sha256: d8e2d795e51594717a519808a31a7c67841e7fc4f4ca93be10e14dc440384a13

Contents?: true

Size: 484 Bytes

Versions: 16

Compression:

Stored size: 484 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
import os

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

16 entries across 16 versions & 3 rubygems

Version Path
libv8-3.11.8.17 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.16 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.13 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.12 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.11 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.10 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.9 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.8 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.7 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.4 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.3 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.1 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.11.8.0 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py
libv8-3.10.8.0 vendor/v8/build/gyp/test/msvs/props/gyptest-props.py