diff options
author | Leo Famulari <leo@famulari.name> | 2025-01-03 14:38:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-01-07 18:13:45 -0500 |
commit | 92bfa12254e34f097f9448853ce37584fde93006 (patch) | |
tree | 966b9dd39818471c4c75b9df1f7014ab8c3eea8a /gnu/tests | |
parent | 1fb8f71b4bcd940a6fd1e691d7939e12444c393a (diff) |
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
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/base.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 0d30f89283..02802eb113 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -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)) |