diff options
Diffstat (limited to 'gnu')
-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 0d30f892832..02802eb1133 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)) |