From 16c08ac5d884db5d7dd59587d70b3fc6d2502a76 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:22:02 +0200 Subject: [PATCH] import: print: Move tests to tests/import/print.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/print.scm: Move to tests/import/print.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/print.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/print.scm (100%) diff --git a/Makefile.am b/Makefile.am index 988afa93671..4fea02edb7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,6 +573,7 @@ SCM_TESTS = \ tests/import/hackage.scm \ tests/import/hexpm.scm \ tests/import/opam.scm \ + tests/import/print.scm \ tests/import/pypi.scm \ tests/home-import.scm \ tests/home-services.scm \ @@ -594,7 +595,6 @@ SCM_TESTS = \ tests/packages.scm \ tests/pack.scm \ tests/pki.scm \ - tests/print.scm \ tests/processes.scm \ tests/profiles.scm \ tests/publish.scm \ diff --git a/tests/print.scm b/tests/import/print.scm similarity index 100% rename from tests/print.scm rename to tests/import/print.scm