summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-20 13:22:59 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-21 19:06:09 -0700
commit15bfd05d895d7e46dffb2fd289e475b88e6c9fc9 (patch)
treed740d065a0b4550ee22c3c9d241702aa94bc9e60 /gnu/tests
parent5bbcd6843addc68fa58aa87393f945e9d92514a4 (diff)
gnu: tests: Add %test-linux-libre-6.18.
* gnu/tests/base.scm (%test-linux-libre-6.18): New variable. (run-basic-test): Add %test-linux-libre-6.18.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/base.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index f3ebbf72028..0476400a4b9 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -54,6 +54,7 @@
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.18
57 %test-linux-libre-6.12 58 %test-linux-libre-6.12
58 %test-linux-libre-6.6 59 %test-linux-libre-6.6
59 %test-linux-libre-6.1 60 %test-linux-libre-6.1
@@ -664,6 +665,9 @@ test \"$BASHRC_D_OK\" = yes"))
664 (test-basic-os)) 665 (test-basic-os))
665 666
666;; Ensure the LTS kernels are up to snuff, too. 667;; Ensure the LTS kernels are up to snuff, too.
668(define %test-linux-libre-6.18
669 (test-basic-os linux-libre-6.18))
670
667(define %test-linux-libre-6.12 671(define %test-linux-libre-6.12
668 (test-basic-os linux-libre-6.12)) 672 (test-basic-os linux-libre-6.12))
669 673