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.