summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 00:25:22 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:00:36 +0200
commitfbc1da99ea6d557a6a3835b655e37552e479e1c4 (patch)
treecfb7d5e64458d85160c837899d3d5ffd43758069 /Makefile.am
parentd950c929e907787c622afaa830abcc9d4990bd5a (diff)
import: crate: Move tests to tests/import/crate.scm.
* tests/crate.scm: Move to tests/import/crate.scm. * Makefile.am: Refresh it. * CODEOWNERS: 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 92a2603299b..c603e4b3933 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -550,7 +550,6 @@ SCM_TESTS = \
550 tests/containers.scm \ 550 tests/containers.scm \
551 tests/cpio.scm \ 551 tests/cpio.scm \
552 tests/cran.scm \ 552 tests/cran.scm \
553 tests/crate.scm \
554 tests/cve.scm \ 553 tests/cve.scm \
555 tests/debug-link.scm \ 554 tests/debug-link.scm \
556 tests/derivations.scm \ 555 tests/derivations.scm \
@@ -570,6 +569,7 @@ SCM_TESTS = \
570 tests/gremlin.scm \ 569 tests/gremlin.scm \
571 tests/hexpm.scm \ 570 tests/hexpm.scm \
572 tests/import/cpan.scm \ 571 tests/import/cpan.scm \
572 tests/import/crate.scm \
573 tests/import/hackage.scm \ 573 tests/import/hackage.scm \
574 tests/import/pypi.scm \ 574 tests/import/pypi.scm \
575 tests/home-import.scm \ 575 tests/home-import.scm \