guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0dba512d86a2002f930abff8823a0a7889b50dbe
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:25:30 2025 +0200
import: luanti: Move tests to tests/import/luanti.scm.
* tests/luanti.scm: Move to tests/import/luanti.scm.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <[email protected]>
---
Makefile.am | 2 +-
tests/{ => import}/luanti.scm | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index c023959eee..98d5264bec 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