diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-02-27 23:13:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-10 15:41:33 +0100 |
| commit | 39c890cacf59fde6769e951d7928734411cfc5cd (patch) | |
| tree | 9238cde87485a64b63e962bbec665d1a14be50cc /gnu/tests/base.scm | |
| parent | 9e07d889c4ebf80502661801ca7a9fb35f892158 (diff) | |
tests: Factorize ‘%hello-dependencies-manifest’.
* gnu/tests/base.scm (%hello-dependencies-manifest): Export.
* gnu/tests/foreign.scm (%installation-tarball-manifest): Use it.
Change-Id: Id92232f479ab5d1f0c48036b0546e3745aa63e52
Diffstat (limited to 'gnu/tests/base.scm')
| -rw-r--r-- | gnu/tests/base.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 38bd1e687fc..f2122d7d0a5 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm | |||
| @@ -60,6 +60,8 @@ | |||
| 60 | %test-root-unmount | 60 | %test-root-unmount |
| 61 | %test-cleanup | 61 | %test-cleanup |
| 62 | %test-activation | 62 | %test-activation |
| 63 | |||
| 64 | %hello-dependencies-manifest | ||
| 63 | %test-guix-daemon)) | 65 | %test-guix-daemon)) |
| 64 | 66 | ||
| 65 | (define %simple-os | 67 | (define %simple-os |
| @@ -998,7 +1000,7 @@ non-ASCII names from /tmp.") | |||
| 998 | (item (with-parameters ((%graft? #f)) | 1000 | (item (with-parameters ((%graft? #f)) |
| 999 | (manifest-entry-item entry))))) | 1001 | (manifest-entry-item entry))))) |
| 1000 | 1002 | ||
| 1001 | (define %hello-dependencies-manifest ;TODO: Share with (gnu tests foreign). | 1003 | (define %hello-dependencies-manifest |
| 1002 | ;; Build dependencies of 'hello' needed to test 'guix build hello'. | 1004 | ;; Build dependencies of 'hello' needed to test 'guix build hello'. |
| 1003 | (concatenate-manifests | 1005 | (concatenate-manifests |
| 1004 | (list (map-manifest-entries | 1006 | (list (map-manifest-entries |
