From a14df090978e91779e7e072a03002aebf2db7d98 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:28:59 +0200 Subject: [PATCH] import: composer: Move tests to tests/import/composer.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/composer.scm: Move to tests/import/composer.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/composer.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/composer.scm (100%) diff --git a/Makefile.am b/Makefile.am index 1926ccfd7a1..414fa6da4e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -546,7 +546,6 @@ SCM_TESTS = \ tests/challenge.scm \ tests/channels.scm \ tests/combinators.scm \ - tests/composer.scm \ tests/containers.scm \ tests/cpio.scm \ tests/cve.scm \ @@ -562,6 +561,7 @@ SCM_TESTS = \ tests/grafts.scm \ tests/graph.scm \ tests/gremlin.scm \ + tests/import/composer.scm \ tests/import/cpan.scm \ tests/import/cran.scm \ tests/import/crate.scm \ diff --git a/tests/composer.scm b/tests/import/composer.scm similarity index 100% rename from tests/composer.scm rename to tests/import/composer.scm