gyptest-no-cpp.py
Interaktion und PortierbarkeitPython
#!/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.
"""
Checks that C-only targets aren't linked against libstdc++. """
import TestGyp
import re import subprocess import sys
# set |match| to ignore build stderr output.
test = TestGyp.TestGyp(match = lambda a, b: True) if (sys.platform != 'win32'and not (sys.platform == 'darwin'and test.format == 'make')): # TODO: Does a test like this make sense with Windows?
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.