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

Method test_build_intel_asm

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

Source from the content-addressed store, hash-verified

128 @unittest.skipUnless(platform.machine() in ('x86_64', 'i686', 'AMD64'),
129 "x86-specific flag")
130 def test_build_intel_asm(self):
131 self.check_build('_testcppext_asm', extra_cflags='-masm=intel')
132
133
134class TestInteralCAPI(BaseTests, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected