guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 090d574dbf565e025fdaeb872368deb803c084a3
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:18:39 2025 +0200

    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 <[email protected]>
---
 Makefile.am                  | 2 +-
 tests/{ => import}/hexpm.scm | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to