From 92bfa12254e34f097f9448853ce37584fde93006 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Fri, 3 Jan 2025 14:38:04 -0500
Subject: 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
---
 gnu/tests/base.scm | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'gnu/tests')

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 @@ (define %test-basic-os
   (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))
 
-- 
cgit v1.2.3