From 090d574dbf565e025fdaeb872368deb803c084a3 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:18:39 +0200 Subject: [PATCH] import: hexpm: Move tests to tests/import/hexpm.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/hexpm.scm: Move to tests/import/hexpm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/hexpm.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/hexpm.scm (100%) diff --git a/Makefile.am b/Makefile.am index 1d70d8d278..988afa9367 100644 --- a/Makefile.am +++ b/Makefile.am @@ -562,7 +562,6 @@ SCM_TESTS = \ tests/grafts.scm \ tests/graph.scm \ tests/gremlin.scm \ - tests/hexpm.scm \ tests/import/cpan.scm \ tests/import/cran.scm \ tests/import/crate.scm \ @@ -572,6 +571,7 @@ SCM_TESTS = \ tests/import/gem.scm \ tests/import/git.scm \ tests/import/hackage.scm \ + tests/import/hexpm.scm \ tests/import/opam.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/tests/hexpm.scm b/tests/import/hexpm.scm similarity index 100% rename from tests/hexpm.scm rename to tests/import/hexpm.scm