summaryrefslogtreecommitdiff
path: root/gnu/tests/base.scm
diff options
context:
space:
mode:
authorSergio Pastor Pérez <sergio.pastor-perez@inria.fr>2026-08-18 11:40:34 +0200
committerLudovic Courtès <ludo@gnu.org>2026-08-21 16:00:22 +0200
commit4cf2792768c8e4fef575b4a2edbf612a24a6e882 (patch)
tree781b2504ffc2e5e1b42ce8e6325a476928dbb4b7 /gnu/tests/base.scm
parente5186f7bd43e5a12228ffd9b058fd346a4a94ba1 (diff)
tests: Actually test LTS kernels.
Until now these variables were not exported and thus the corresponding tests were not run by ‘make check’ nor by continuous integration. * gnu/tests/base.scm: (%test-linux-libre-6.12, %test-linux-libre-6.6, %test-linux-libre-6.1): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #10642
Diffstat (limited to 'gnu/tests/base.scm')
-rw-r--r--gnu/tests/base.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 92bf4b4a11e..f9c34a6b7f3 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -54,6 +54,9 @@
54 #:use-module (ice-9 match) 54 #:use-module (ice-9 match)
55 #:export (run-basic-test 55 #:export (run-basic-test
56 %test-basic-os 56 %test-basic-os
57 %test-linux-libre-6.12
58 %test-linux-libre-6.6
59 %test-linux-libre-6.1
57 %test-linux-libre-5.15 60 %test-linux-libre-5.15
58 %test-linux-libre-5.10 61 %test-linux-libre-5.10
59 %test-halt 62 %test-halt