| 126 | } |
| 127 | |
| 128 | static void teardown_parallel_repo(void) { |
| 129 | if (g_par_tmpdir[0]) |
| 130 | rm_rf(g_par_tmpdir); |
| 131 | g_par_tmpdir[0] = '\0'; |
| 132 | } |
| 133 | |
| 134 | /* The compact parity helpers normally omit the production structure pass. |
| 135 | * Tests that exercise graph-derived import maps must seed its File-node |
no test coverage detected