diff options
| author | Sergio Pastor Pérez <sergio.pastorperez@gmail.com> | 2026-07-08 15:11:31 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-27 00:05:07 -0700 |
| commit | 7fedc3da26f48a4cd68f3e82784920cea71726be (patch) | |
| tree | 138472296e6d94cd2742e46e55774e405d02509c /gnu/tests | |
| parent | 7b017250d937e08137dcb33dd67c97d6332534b7 (diff) | |
gnu: linux: Add linux-debian.
* gnu/packages/linux.scm (linux-debian-patches): New variable.
(linux-debian-6.12-version): New variable.
(debian-patches-6.12): New variable.
(linux-debian-6.12-pristine-source): New variable.
(linux-debian-6.12-source): New variable.
(default-linux-debian-initrd-modules): New variable.
(make-linux-debian*): New variable.
(linux-debian-6.12): New variable.
(linux-debian): New variable.
* gnu/tests/base.scm (%test-linux-debian-6.12): New test.
Diffstat (limited to 'gnu/tests')
| -rw-r--r-- | gnu/tests/base.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 0476400a4b9..4546703b20e 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | %test-linux-libre-6.12 | 58 | %test-linux-libre-6.12 |
| 59 | %test-linux-libre-6.6 | 59 | %test-linux-libre-6.6 |
| 60 | %test-linux-libre-6.1 | 60 | %test-linux-libre-6.1 |
| 61 | %test-linux-debian-6.12 | ||
| 61 | %test-halt | 62 | %test-halt |
| 62 | %test-root-unmount | 63 | %test-root-unmount |
| 63 | %test-cleanup | 64 | %test-cleanup |
| @@ -677,6 +678,9 @@ test \"$BASHRC_D_OK\" = yes")) | |||
| 677 | (define %test-linux-libre-6.1 | 678 | (define %test-linux-libre-6.1 |
| 678 | (test-basic-os linux-libre-6.1)) | 679 | (test-basic-os linux-libre-6.1)) |
| 679 | 680 | ||
| 681 | (define %test-linux-debian-6.12 | ||
| 682 | (test-basic-os linux-debian-6.12)) | ||
| 683 | |||
| 680 | 684 | ||
| 681 | ;;; | 685 | ;;; |
| 682 | ;;; Halt. | 686 | ;;; Halt. |
