self: Add gnu/tests/* to the installed files.

* guix/self.scm (compiled-guix)[*system-modules*]: Add gnu/tests/*.
This commit is contained in:
Ludovic Courtès 2019-01-18 23:16:19 +01:00
parent 9a0bc7b5aa
commit 8bb62ae10c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 0 deletions

View File

@ -612,6 +612,11 @@ Info manual."
#:extra-files
(append (file-imports source "gnu/system/examples"
(const #t))
;; Need so we get access system tests from an
;; inferior.
(file-imports source "gnu/tests" (const #t))
;; All the installer code is on the build-side.
(file-imports source "gnu/installer/"
(const #t))