()
| 2579 | |
| 2580 | |
| 2581 | def build_deferred(): |
| 2582 | assert USE_NINJA |
| 2583 | top_level_ninja = get_top_level_ninja_file() |
| 2584 | if os.path.isfile(top_level_ninja): |
| 2585 | run_ninja(os.path.dirname(top_level_ninja)) |
nothing calls this directly
no test coverage detected