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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user