summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/tests/base.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index f3ebbf72028..0476400a4b9 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -54,6 +54,7 @@
54 #:use-module (ice-9 match) 54 #:use-module (ice-9 match)
55 #:export (run-basic-test 55 #:export (run-basic-test
56 %test-basic-os 56 %test-basic-os
57 %test-linux-libre-6.18
57 %test-linux-libre-6.12 58 %test-linux-libre-6.12
58 %test-linux-libre-6.6 59 %test-linux-libre-6.6
59 %test-linux-libre-6.1 60 %test-linux-libre-6.1
@@ -664,6 +665,9 @@ test \"$BASHRC_D_OK\" = yes"))
664 (test-basic-os)) 665 (test-basic-os))
665 666
666;; Ensure the LTS kernels are up to snuff, too. 667;; Ensure the LTS kernels are up to snuff, too.
668(define %test-linux-libre-6.18
669 (test-basic-os linux-libre-6.18))
670
667(define %test-linux-libre-6.12 671(define %test-linux-libre-6.12
668 (test-basic-os linux-libre-6.12)) 672 (test-basic-os linux-libre-6.12))
669 673