add mockrepo tests

This commit is contained in:
2025-12-12 04:15:12 +00:00
parent a09241dc89
commit 985f033276
21 changed files with 99 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',
],
}