(path, content)
| 85 | '''.format(module_name=module_name)) |
| 86 | |
| 87 | def write_module_cmakelists(path, content): |
| 88 | with open(path, 'w') as f: |
| 89 | f.write(content) |
| 90 | |
| 91 | def add_driver(target_path, driver_name): |
| 92 | mappings = get_driver_mappings(driver_name) |
no test coverage detected