(source, executable)
| 25 | ''') |
| 26 | |
| 27 | def clean_files(source, executable): |
| 28 | os.remove(source) |
| 29 | os.remove(executable) |
| 30 | |
| 31 | def call_security_check(cc, source, executable, options): |
| 32 | # This should behave the same as AC_TRY_LINK, so arrange well-known flags |
no test coverage detected