summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:18:39 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commit090d574dbf565e025fdaeb872368deb803c084a3 (patch)
treefa2a965f6a546be9608b588b541527daf68f8ede /Makefile.am
parent5507b1bfc0e2e8270ba2b731ef23a5d59f0cae30 (diff)
import: hexpm: Move tests to tests/import/hexpm.scm.
* tests/hexpm.scm: Move to tests/import/hexpm.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 1d70d8d278e..988afa93671 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -562,7 +562,6 @@ SCM_TESTS = \
562 tests/grafts.scm \ 562 tests/grafts.scm \
563 tests/graph.scm \ 563 tests/graph.scm \
564 tests/gremlin.scm \ 564 tests/gremlin.scm \
565 tests/hexpm.scm \
566 tests/import/cpan.scm \ 565 tests/import/cpan.scm \
567 tests/import/cran.scm \ 566 tests/import/cran.scm \
568 tests/import/crate.scm \ 567 tests/import/crate.scm \
@@ -572,6 +571,7 @@ SCM_TESTS = \
572 tests/import/gem.scm \ 571 tests/import/gem.scm \
573 tests/import/git.scm \ 572 tests/import/git.scm \
574 tests/import/hackage.scm \ 573 tests/import/hackage.scm \
574 tests/import/hexpm.scm \
575 tests/import/opam.scm \ 575 tests/import/opam.scm \
576 tests/import/pypi.scm \ 576 tests/import/pypi.scm \
577 tests/home-import.scm \ 577 tests/home-import.scm \