MCPcopy Index your code
hub / github.com/python/cpython / test_build

Method test_build

Lib/test/test_cppext/__init__.py:137–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 TEST_INTERNAL_C_API = True
136
137 def test_build(self):
138 kwargs = {}
139 if sys.platform == 'darwin':
140 # Old Apple clang++ default C++ std is gnu++98
141 kwargs['std'] = 'c++11'
142 self.check_build('_testcppext_internal', **kwargs)
143
144
145if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected