From 5cf0daa657a3f47879927cdc52c8597668e6129b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 16 Sep 2025 19:10:31 +0200 Subject: [PATCH] import: hackage: Move tests to tests/import/hackage.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/hackage.scm: Move to tests/import/hackage.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/hackage.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/hackage.scm (100%) diff --git a/Makefile.am b/Makefile.am index fec29393790..7bb5758a458 100644 --- a/Makefile.am +++ b/Makefile.am @@ -569,8 +569,8 @@ SCM_TESTS = \ tests/grafts.scm \ tests/graph.scm \ tests/gremlin.scm \ - tests/hackage.scm \ tests/hexpm.scm \ + tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ tests/home-services.scm \ diff --git a/tests/hackage.scm b/tests/import/hackage.scm similarity index 100% rename from tests/hackage.scm rename to tests/import/hackage.scm