diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-29 20:43:28 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-29 20:50:59 +0000 |
| commit | d1127df296aa7871555293e324d125e6d8a843e1 (patch) | |
| tree | baddfab365df586207fa9c1dadf270ee94c3f46f /tests/meson.build | |
| parent | 94f3397d197e47eb58a7391acd9c63c5565fa26e (diff) | |
| download | gentoo-utils-profiles.tar.gz | |
impl profile evaluationprofiles
Diffstat (limited to 'tests/meson.build')
| -rw-r--r-- | tests/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 8ba06e8..d193910 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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 |
