guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9bf4e572df7406b67b73fe7391a624dd51e140f8
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 00:49:49 2025 +0200

    import: elm: Move tests to tests/import/elm.scm.
    
    * tests/elm.scm: Move to tests/import/elm.scm.
    * Makefile.am: Refresh it.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 Makefile.am                | 2 +-
 tests/{ => import}/elm.scm | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index cfe1308b45..85db2fb429 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -554,7 +554,6 @@ SCM_TESTS =                                 \
   tests/debug-link.scm                         \
   tests/derivations.scm                        \
   tests/discovery.scm                          \
-  tests/elm.scm                                \
   tests/elpa.scm                               \
   tests/file-systems.scm                       \
   tests/gem.scm                                \
@@ -570,6 +569,7 @@ SCM_TESTS =                                 \
   tests/import/cpan.scm                                \
   tests/import/crate.scm                       \
   tests/import/egg.scm                         \
+  tests/import/elm.scm                         \
   tests/import/hackage.scm                     \
   tests/import/pypi.scm                                \
   tests/home-import.scm                                \
diff --git a/tests/elm.scm b/tests/import/elm.scm
similarity index 100%
rename from tests/elm.scm
rename to tests/import/elm.scm

Reply via email to