summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:03:44 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commit7a41349bed30d03032ee249d43dc64de5cefdd84 (patch)
tree868f0bf411fc659e588f69e92f3c663c4cf3d1df /Makefile.am
parent02f1ff69c647daa150cbff9d93fee25a6b43e152 (diff)
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 <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 472909a62a2..ff87e9baf28 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 \