(self)
| 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 | |
| 134 | class TestInteralCAPI(BaseTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected