impl profile evaluation

This commit is contained in:
2025-11-29 20:43:28 +00:00
parent 96708614ba
commit 956fb629cb
15 changed files with 1364 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ tests = {}
subdir('porthole')
subdir('repo')
subdir('profile')
foreach test, test_args : tests
stem = fs.stem(test)
@@ -15,5 +16,6 @@ foreach test, test_args : tests
link_with: [gentoo_utils],
),
args: test_args,
timeout: 0,
)
endforeach