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> | 2018-12-04 20:28:00 +0000 |
commit | 3aaff66e7cf5747039d17a6a145a1704dd5a3737 (patch) | |
tree | 37b84f01389d80256edabb911f17a7239ac5cc3e /gnu | |
parent | 853d378716ccad5bc72d4045363091a1630425cd (diff) | |
download | gnu-guix-3aaff66e7cf5747039d17a6a145a1704dd5a3737.tar gnu-guix-3aaff66e7cf5747039d17a6a145a1704dd5a3737.tar.gz |
Export test-modules
Diffstat (limited to 'gnu')
-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 0978828f8c..5d7f7442f5 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm @@ -54,6 +54,7 @@ system-test-description system-test-location + test-modules fold-system-tests all-system-tests)) |