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 /Makefile.am | |
| 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>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 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 \ |
