diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-17 10:20:59 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-20 22:06:25 +1000 |
commit | a132f7d68f4c61133c0c97d8e5125c48f7205ac9 (patch) | |
tree | 6150c9d9562ebd3002688c60bcd3e8d82d686e48 /Makefile.am | |
parent | e88d5fa9ebab07d0b23cb3fc0f3f38bd41047e94 (diff) | |
download | guix-a132f7d68f4c61133c0c97d8e5125c48f7205ac9.tar guix-a132f7d68f4c61133c0c97d8e5125c48f7205ac9.tar.gz |
tests: Move beatify-description tests to import-tests.
Fixes <http://bugs.gnu.org/22391>.
* tests/cran.scm (beautify-description: use double spacing,
beautify-description: transform fragment into sentence). Move
from here ...
* tests/import-utils.scm: ... to here. New file.
* Makefile.am (SCM_TESTS): Add import-utils.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 74bc8b5948..7e41990cac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,7 +241,8 @@ SCM_TESTS = \ tests/cve.scm \ tests/file-systems.scm \ tests/services.scm \ - tests/containers.scm + tests/containers.scm \ + tests/import-utils.scm if HAVE_GUILE_JSON |