From 15b351691e534b2fefb4d6ff0fb4b664bb354d2e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:23:40 +0200 Subject: [PATCH] import: github: Move tests to tests/import/github.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/import-github.scm: Move to tests/import/github.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{import-github.scm => import/github.scm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{import-github.scm => import/github.scm} (100%) diff --git a/Makefile.am b/Makefile.am index 4fea02edb7b..c023959eeee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -570,6 +570,7 @@ SCM_TESTS = \ tests/import/elpa.scm \ tests/import/gem.scm \ tests/import/git.scm \ + tests/import/github.scm \ tests/import/hackage.scm \ tests/import/hexpm.scm \ tests/import/opam.scm \ @@ -578,7 +579,6 @@ SCM_TESTS = \ tests/home-import.scm \ tests/home-services.scm \ tests/http-client.scm \ - tests/import-github.scm \ tests/import-utils.scm \ tests/inferior.scm \ tests/ipfs.scm \ diff --git a/tests/import-github.scm b/tests/import/github.scm similarity index 100% rename from tests/import-github.scm rename to tests/import/github.scm