tests: Update (guix build store-copy) tests.

This is a followup to a387b0bebb.

* tests/gexp.scm ("gexp->derivation, store copy")
("gexp->derivation #:references-graphs"): Add (guix progress) and (guix
records) to the imported modules.
This commit is contained in:
Ludovic Courtès 2018-09-27 23:46:44 +02:00
parent 240a9c69a6
commit d4e9317b9d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -615,6 +615,8 @@
`(("graph" ,two))
#:modules
'((guix build store-copy)
(guix progress)
(guix records)
(guix sets)
(guix build utils))))
(ok? (built-derivations (list drv)))
@ -817,6 +819,8 @@
(two (gexp->derivation "two"
#~(symlink #$one #$output:chbouib)))
(build -> (with-imported-modules '((guix build store-copy)
(guix progress)
(guix records)
(guix sets)
(guix build utils))
#~(begin