diff options
author | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2017-04-08 14:41:24 +0100 |
---|---|---|
committer | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2017-09-23 18:51:53 +0100 |
commit | 34658e21e77b9d61cabe911495420d0f5cf42d48 (patch) | |
tree | 5e425ac8ab00dcc474c8063a27e5353fec050001 | |
parent | 073662f7f1392324049c74368a8974c27b4c4dcf (diff) | |
download | gnu-guix-34658e21e77b9d61cabe911495420d0f5cf42d48.tar gnu-guix-34658e21e77b9d61cabe911495420d0f5cf42d48.tar.gz |
Export test-modules
-rw-r--r-- | gnu/tests.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index bd916885d6..6fc1c218b3 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm @@ -51,6 +51,7 @@ system-test-description system-test-location + test-modules fold-system-tests all-system-tests)) |