summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:28:59 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:17 +0200
commita14df090978e91779e7e072a03002aebf2db7d98 (patch)
treea3be710feffbdbe0e322aa39986a495e59713743 /Makefile.am
parenta34376aa7189447f0850fb825ca20a198557f9ce (diff)
import: composer: Move tests to tests/import/composer.scm.
* tests/composer.scm: Move to tests/import/composer.scm. * Makefile.am: 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 1926ccfd7a1..414fa6da4e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -546,7 +546,6 @@ SCM_TESTS = \
546 tests/challenge.scm \ 546 tests/challenge.scm \
547 tests/channels.scm \ 547 tests/channels.scm \
548 tests/combinators.scm \ 548 tests/combinators.scm \
549 tests/composer.scm \
550 tests/containers.scm \ 549 tests/containers.scm \
551 tests/cpio.scm \ 550 tests/cpio.scm \
552 tests/cve.scm \ 551 tests/cve.scm \
@@ -562,6 +561,7 @@ SCM_TESTS = \
562 tests/grafts.scm \ 561 tests/grafts.scm \
563 tests/graph.scm \ 562 tests/graph.scm \
564 tests/gremlin.scm \ 563 tests/gremlin.scm \
564 tests/import/composer.scm \
565 tests/import/cpan.scm \ 565 tests/import/cpan.scm \
566 tests/import/cran.scm \ 566 tests/import/cran.scm \
567 tests/import/crate.scm \ 567 tests/import/crate.scm \