Skip to main content

verify_test_data_checksums

Function verify_test_data_checksums 

Source
pub fn verify_test_data_checksums<P: AsRef<Path>>(
    test_data_dir: P,
) -> Result<(), TestDataError>
Expand description

Verify checksums for all files in a test data directory

Reads the checksums.sha1 file and verifies each file listed. Uses the Rust sha1 crate for reliable cross-platform verification.