(config)
| 564 | "(%d)" % (int(msver), maj)) |
| 565 | |
| 566 | def configtest_name(config): |
| 567 | base = os.path.basename(config._gen_temp_sourcefile("yo", [], "c")) |
| 568 | return os.path.splitext(base)[0] |
| 569 | |
| 570 | def manifest_name(config): |
| 571 | # Get configest name (including suffix) |
no outgoing calls
no test coverage detected