summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \