From 0dba512d86a2002f930abff8823a0a7889b50dbe Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:25:30 +0200 Subject: [PATCH] import: luanti: Move tests to tests/import/luanti.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/luanti.scm: Move to tests/import/luanti.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/luanti.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/luanti.scm (100%) diff --git a/Makefile.am b/Makefile.am index c023959eeee..98d5264bec5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,6 +573,7 @@ SCM_TESTS = \ tests/import/github.scm \ tests/import/hackage.scm \ tests/import/hexpm.scm \ + tests/import/luanti.scm \ tests/import/opam.scm \ tests/import/print.scm \ tests/import/pypi.scm \ @@ -583,7 +584,6 @@ SCM_TESTS = \ tests/inferior.scm \ tests/ipfs.scm \ tests/lint.scm \ - tests/luanti.scm \ tests/machine/hetzner.scm \ tests/machine/hetzner/http.scm \ tests/modules.scm \ diff --git a/tests/luanti.scm b/tests/import/luanti.scm similarity index 100% rename from tests/luanti.scm rename to tests/import/luanti.scm