add mockrepo tests
All checks were successful
Gentoo Utils / build-oci-image (pull_request) Successful in 8s
Gentoo Utils / build (pull_request) Successful in 37s

This commit is contained in:
2025-12-12 04:15:12 +00:00
parent 48a276cc8b
commit ea2aa940ea
12 changed files with 74 additions and 0 deletions

View File

@@ -1 +1,7 @@
tests += {meson.current_source_dir() / 'read_all_profiles.rs': []}
tests += {
meson.current_source_dir() / 'read_mock_profile.rs': [
meson.current_source_dir() / 'mockrepo',
],
}