1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-09-17 01:28:59 +02:00
committed by Ludovic Courtès
parent a34376aa71
commit a14df09097
2 changed files with 1 additions and 1 deletions

View File

@@ -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 \