()
| 67 | |
| 68 | |
| 69 | def get_basic_config(): |
| 70 | return '''\ |
| 71 | LLVM_ROOT = "%s" |
| 72 | BINARYEN_ROOT = "%s" |
| 73 | NODE_JS = %s |
| 74 | ''' % (config.LLVM_ROOT, config.BINARYEN_ROOT, config.NODE_JS) |
| 75 | |
| 76 | |
| 77 | def make_fake_tool(filename, version, report_name=None, extra_output=None): |
no outgoing calls
no test coverage detected