(self)
| 1246 | make, make_args, cache_name, env_init=env_init, native=native) |
| 1247 | |
| 1248 | def clear(self): |
| 1249 | force_delete_contents(self.get_dir()) |
| 1250 | if shared.EMSCRIPTEN_TEMP_DIR: |
| 1251 | utils.delete_contents(shared.EMSCRIPTEN_TEMP_DIR) |
| 1252 | |
| 1253 | def run_process(self, cmd, check=True, **kwargs): |
| 1254 | # Wrapper around utils.run_process. This is desirable so that the tests |