//! Shared helpers for parity test harnesses in this crate.
use Path;
/// Checks that every listed path (relative to the repo root) exists,
/// returning a ready-to-print skip message naming the first one that
/// doesn't. The `eval/recall-corpus` payloads are gitignored and only
/// materialize locally after `eval-jss corpus fetch` +
/// `python -m eval.recall_corpus_scaffold`, so a fresh clone must skip
/// cleanly rather than panic.