mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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:
parent
1fb8f71b4b
commit
92bfa12254
1 changed files with 6 additions and 0 deletions
|
@ -576,6 +576,12 @@ functionality tests, using the given KERNEL.")
|
||||||
(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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue