1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 08:05:54 +02:00

tests: Add tests for all the longterm-support kernels.

* gnu/tests/base.scm (%test-linux-libre-6.6, %test-linux-libre-6.1): New tests.

Change-Id: Ica31ae263348c38ac21efeb65d9a245e1a877268
This commit is contained in:
Leo Famulari
2025-01-03 14:38:04 -05:00
parent 1fb8f71b4b
commit 92bfa12254
+6
View File
@@ -576,6 +576,12 @@ functionality tests, using the given KERNEL.")
(test-basic-os))
;; Ensure the LTS kernels are up to snuff, too.
(define %test-linux-libre-6.6
(test-basic-os linux-libre-6.6))
(define %test-linux-libre-6.1
(test-basic-os linux-libre-6.1))
(define %test-linux-libre-5.15
(test-basic-os linux-libre-5.15))