add mockrepo tests

This commit is contained in:
2025-12-12 04:15:12 +00:00
parent 106e8de849
commit fd3efced29
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',
],
}