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

Method test_build_cpp11

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

Source from the content-addressed store, hash-verified

114
115 @unittest.skipIf(support.MS_WINDOWS, "MSVC doesn't support /std:c++11")
116 def test_build_cpp11(self):
117 self.check_build('_testcpp11ext', std='c++11')
118
119 # Only test C++14 on MSVC.
120 # On s390x RHEL7, GCC 4.8.5 doesn't support C++14.

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected