Sha256: 3717ab20d73d43816c022783a9353c3d8daef94168c15a5cac4dffddd16b7f00
Contents?: true
Size: 482 Bytes
Versions: 28
Compression:
Stored size: 482 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. """ Make sure <(CONFIGURATION_NAME) variable is correctly expanded. """ import TestGyp import sys test = TestGyp.TestGyp() test.set_configuration('C1') test.run_gyp('variable-in-path.gyp') test.build('variable-in-path.gyp', 'hello1') test.build('variable-in-path.gyp', 'hello2') test.pass_test()
Version data entries
28 entries across 28 versions & 5 rubygems