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
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -576,6 +576,12 @@ (define %test-basic-os
(test-basic-os)) (test-basic-os))
;; Ensure the LTS kernels are up to snuff, too. ;; 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 (define %test-linux-libre-5.15
(test-basic-os linux-libre-5.15)) (test-basic-os linux-libre-5.15))