Sha256: 45b68ff59766cc502119611b9d96d5f5eb07f039c65b9dda3c5b3984b49815ba
Contents?: true
Size: 501 Bytes
Versions: 44
Compression:
Stored size: 501 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 additional options are handled. """ import TestGyp import sys if sys.platform == 'win32': test = TestGyp.TestGyp(formats=['msvs', 'ninja']) CHDIR = 'linker-flags' test.run_gyp('additional-options.gyp', chdir=CHDIR) test.build('additional-options.gyp', test.ALL, chdir=CHDIR) test.pass_test()
Version data entries
44 entries across 44 versions & 7 rubygems