tests: Add missing import.

This is a followup to 22f95e028f.

* tests/scripts.scm: Use (guix tests).
This commit is contained in:
Ludovic Courtès 2019-03-23 23:09:45 +01:00
parent 6f565d6c77
commit 7b7e4e89c8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
(define-module (test-scripts)
#:use-module (guix scripts)
#:use-module (guix tests)
#:use-module ((guix scripts build)
#:select (%standard-build-options))
#:use-module (srfi srfi-64))