diff options
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/base.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 02802eb113..d9e30e9b1d 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -576,6 +576,9 @@ functionality tests, using the given KERNEL.") (test-basic-os)) ;; Ensure the LTS kernels are up to snuff, too. +(define %test-linux-libre-6.12 + (test-basic-os linux-libre-6.12)) + (define %test-linux-libre-6.6 (test-basic-os linux-libre-6.6)) |