(config)
| 568 | return os.path.splitext(base)[0] |
| 569 | |
| 570 | def manifest_name(config): |
| 571 | # Get configest name (including suffix) |
| 572 | root = configtest_name(config) |
| 573 | exext = config.compiler.exe_extension |
| 574 | return root + exext + ".manifest" |
| 575 | |
| 576 | def rc_name(config): |
| 577 | # Get configtest name (including suffix) |
no test coverage detected