impl profile evaluation

This commit is contained in:
2025-11-29 20:43:28 +00:00
parent e06415fb7b
commit c615812195
16 changed files with 1365 additions and 2 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