diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:35:43 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:17 +0200 |
| commit | 1dab0f01bbaa49404963f913e4b4f70279822864 (patch) | |
| tree | 847778667a2d9cd8a21939449a0e0c9bc7324b20 | |
| parent | 12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0 (diff) | |
import: utils: Move tests to tests/import/utils.scm.
* tests/utils.scm: Move to tests/import/utils.scm.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/import/utils.scm (renamed from tests/import-utils.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9078e269dea..bae1db33cf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -579,10 +579,10 @@ SCM_TESTS = \ tests/import/print.scm \ tests/import/pypi.scm \ tests/import/texlive.scm \ + tests/import/utils.scm \ tests/home-import.scm \ tests/home-services.scm \ tests/http-client.scm \ - tests/import-utils.scm \ tests/inferior.scm \ tests/ipfs.scm \ tests/lint.scm \ diff --git a/tests/import-utils.scm b/tests/import/utils.scm index 273f18254ed..273f18254ed 100644 --- a/tests/import-utils.scm +++ b/tests/import/utils.scm |
