test_files

Function test_files 

Source
pub(crate) fn test_files(
    cmd: TestFilesCmd,
    cache_dir: CacheDir,
) -> Result<(), Error>
Expand description

Entry point for testing file handling binaries for official ArchLinux packages, source repositories and databases.

This function relegates to functions that:

  • Download packages.
  • Test file parsers on all files.
  • Clean up downloaded files.