summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:35:43 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:17 +0200
commit1dab0f01bbaa49404963f913e4b4f70279822864 (patch)
tree847778667a2d9cd8a21939449a0e0c9bc7324b20 /Makefile.am
parent12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0 (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.am2
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 = \
579 tests/import/print.scm \ 579 tests/import/print.scm \
580 tests/import/pypi.scm \ 580 tests/import/pypi.scm \
581 tests/import/texlive.scm \ 581 tests/import/texlive.scm \
582 tests/import/utils.scm \
582 tests/home-import.scm \ 583 tests/home-import.scm \
583 tests/home-services.scm \ 584 tests/home-services.scm \
584 tests/http-client.scm \ 585 tests/http-client.scm \
585 tests/import-utils.scm \
586 tests/inferior.scm \ 586 tests/inferior.scm \
587 tests/ipfs.scm \ 587 tests/ipfs.scm \
588 tests/lint.scm \ 588 tests/lint.scm \