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-10-04 20:41:50 +0100 |
commit | 19ed07576f049b0eafef85e275dfafeaf41743fe (patch) | |
tree | 5f4027a62ccd5900188c756243a537047f97d9ad | |
parent | 2648030bb788d471bcff4821e52e331f28bd8338 (diff) | |
download | gnu-guix-19ed07576f049b0eafef85e275dfafeaf41743fe.tar gnu-guix-19ed07576f049b0eafef85e275dfafeaf41743fe.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 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)) |