From 15bfd05d895d7e46dffb2fd289e475b88e6c9fc9 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 20 Aug 2026 13:22:59 -0700 Subject: 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. --- gnu/tests/base.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu') 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 @@ #:use-module (ice-9 match) #:export (run-basic-test %test-basic-os + %test-linux-libre-6.18 %test-linux-libre-6.12 %test-linux-libre-6.6 %test-linux-libre-6.1 @@ -664,6 +665,9 @@ test \"$BASHRC_D_OK\" = yes")) (test-basic-os)) ;; Ensure the LTS kernels are up to snuff, too. +(define %test-linux-libre-6.18 + (test-basic-os linux-libre-6.18)) + (define %test-linux-libre-6.12 (test-basic-os linux-libre-6.12)) -- cgit v1.2.3