summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:26:52 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commita34376aa7189447f0850fb825ca20a198557f9ce (patch)
tree019931f4d20f282709540bbdc3c246aa5017a36d
parent0dba512d86a2002f930abff8823a0a7889b50dbe (diff)
import: texlive: Move tests to tests/import/texlive.scm.
* tests/texlive.scm: Move to tests/import/texlive.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--CODEOWNERS2
-rw-r--r--Makefile.am2
-rwxr-xr-xetc/teams.scm2
-rw-r--r--tests/import/texlive.scm (renamed from tests/texlive.scm)0
4 files changed, 3 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index dde40e2f3c5..f5d1082b0f1 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -369,7 +369,7 @@ guix/build/texlive-build-system\.scm @guix/tex
369guix/build-system/texlive\.scm @guix/tex 369guix/build-system/texlive\.scm @guix/tex
370guix/import/texlive\.scm @guix/tex 370guix/import/texlive\.scm @guix/tex
371guix/scripts/import/texlive\.scm @guix/tex 371guix/scripts/import/texlive\.scm @guix/tex
372tests/texlive\.scm @guix/tex 372tests/import/texlive\.scm @guix/tex
373 373
374etc/news\.scm @guix/translations 374etc/news\.scm @guix/translations
375po/ @guix/translations 375po/ @guix/translations
diff --git a/Makefile.am b/Makefile.am
index 98d5264bec5..1926ccfd7a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -577,6 +577,7 @@ SCM_TESTS = \
577 tests/import/opam.scm \ 577 tests/import/opam.scm \
578 tests/import/print.scm \ 578 tests/import/print.scm \
579 tests/import/pypi.scm \ 579 tests/import/pypi.scm \
580 tests/import/texlive.scm \
580 tests/home-import.scm \ 581 tests/home-import.scm \
581 tests/home-services.scm \ 582 tests/home-services.scm \
582 tests/http-client.scm \ 583 tests/http-client.scm \
@@ -624,7 +625,6 @@ SCM_TESTS = \
624 tests/syscalls.scm \ 625 tests/syscalls.scm \
625 tests/system.scm \ 626 tests/system.scm \
626 tests/style.scm \ 627 tests/style.scm \
627 tests/texlive.scm \
628 tests/toml.scm \ 628 tests/toml.scm \
629 tests/transformations.scm \ 629 tests/transformations.scm \
630 tests/ui.scm \ 630 tests/ui.scm \
diff --git a/etc/teams.scm b/etc/teams.scm
index d38f0ef831d..fb1c0f6cb55 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1016,7 +1016,7 @@ the \"texlive\" importer."
1016 "guix/build-system/texlive.scm" 1016 "guix/build-system/texlive.scm"
1017 "guix/import/texlive.scm" 1017 "guix/import/texlive.scm"
1018 "guix/scripts/import/texlive.scm" 1018 "guix/scripts/import/texlive.scm"
1019 "tests/texlive.scm"))) 1019 "tests/import/texlive.scm")))
1020 1020
1021(define-team translations 1021(define-team translations
1022 (team 'translations 1022 (team 'translations
diff --git a/tests/texlive.scm b/tests/import/texlive.scm
index 651be5bfec8..651be5bfec8 100644
--- a/tests/texlive.scm
+++ b/tests/import/texlive.scm