guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7a41349bed30d03032ee249d43dc64de5cefdd84
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:03:44 2025 +0200

    import: cran: Move tests to tests/import/cran.scm.
    
    * tests/cran.scm: Move to tests/import/cran.scm.
    * Makefile.am: Refresh it.
    * CODEOWNERS: Refresh it.
    * etc/teams.scm: Refresh it.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 CODEOWNERS                  | 2 +-
 Makefile.am                 | 2 +-
 etc/teams.scm               | 2 +-
 tests/{ => import}/cran.scm | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index ecabe61276..6fe2544a97 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -286,7 +286,7 @@ guix/build/r-build-system\.scm                     @guix/r
 guix/build-system/r\.scm                           @guix/r
 guix/import/cran\.scm                              @guix/r
 guix/scripts/import/cran\.scm                      @guix/r
-tests/cran\.scm                                    @guix/r
+tests/import/cran\.scm                             @guix/r
 
 gnu/packages/chez\.scm                             @guix/racket
 gnu/packages/racket\.scm                           @guix/racket
diff --git a/Makefile.am b/Makefile.am
index 472909a62a..ff87e9baf2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -549,7 +549,6 @@ SCM_TESTS =                                 \
   tests/composer.scm                           \
   tests/containers.scm                         \
   tests/cpio.scm                               \
-  tests/cran.scm                               \
   tests/cve.scm                                \
   tests/debug-link.scm                         \
   tests/derivations.scm                        \
@@ -566,6 +565,7 @@ SCM_TESTS =                                 \
   tests/gremlin.scm                            \
   tests/hexpm.scm                              \
   tests/import/cpan.scm                                \
+  tests/import/cran.scm                                \
   tests/import/crate.scm                       \
   tests/import/egg.scm                         \
   tests/import/elm.scm                         \
diff --git a/etc/teams.scm b/etc/teams.scm
index 08f1f5ec38..1f5a2da622 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -883,7 +883,7 @@ and the r-build-system."
                       "guix/build-system/r.scm"
                       "guix/import/cran.scm"
                       "guix/scripts/import/cran.scm"
-                      "tests/cran.scm")))
+                      "tests/import/cran.scm")))
 
 (define-team racket
   (team 'racket
diff --git a/tests/cran.scm b/tests/import/cran.scm
similarity index 100%
rename from tests/cran.scm
rename to tests/import/cran.scm

Reply via email to