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-06 11:09:56 +0100 |
commit | 100660e5283adad527b5b272e13a3ed02add8de1 (patch) | |
tree | 40488588064c107a754bd568451b6f7f7b87b52b /gnu | |
parent | 2ab62479aebb91e68d7074bc79d12c76ab0c75a6 (diff) | |
download | gnu-guix-100660e5283adad527b5b272e13a3ed02add8de1.tar gnu-guix-100660e5283adad527b5b272e13a3ed02add8de1.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 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)) |