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> | 2019-05-30 18:18:19 +0100 |
commit | 8b9ed3a2babc1ac4310b8f51b07b6faf68c7b44d (patch) | |
tree | 6224949100c2b065f55ccf0b3489136725a65fa5 | |
parent | 83068ab9ff3a9ec442f7336c19277199bfa0f417 (diff) | |
download | gnu-guix-8b9ed3a2babc1ac4310b8f51b07b6faf68c7b44d.tar gnu-guix-8b9ed3a2babc1ac4310b8f51b07b6faf68c7b44d.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 9acd83e31f..12fcab38d6 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)) |