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 = \
tests/containers.scm \
tests/cpio.scm \
tests/cran.scm \
- tests/crate.scm \
tests/cve.scm \
tests/debug-link.scm \
tests/derivations.scm \
@@ -570,6 +569,7 @@ SCM_TESTS = \
tests/gremlin.scm \
tests/hexpm.scm \
tests/import/cpan.scm \
+ tests/import/crate.scm \
tests/import/hackage.scm \
tests/import/pypi.scm \
tests/home-import.scm \