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