1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-09-17 01:26:52 +02:00
committed by Ludovic Courtès
parent 0dba512d86
commit a34376aa71
4 changed files with 3 additions and 3 deletions

View File

@@ -577,6 +577,7 @@ SCM_TESTS = \
tests/import/opam.scm \
tests/import/print.scm \
tests/import/pypi.scm \
tests/import/texlive.scm \
tests/home-import.scm \
tests/home-services.scm \
tests/http-client.scm \
@@ -624,7 +625,6 @@ SCM_TESTS = \
tests/syscalls.scm \
tests/system.scm \
tests/style.scm \
tests/texlive.scm \
tests/toml.scm \
tests/transformations.scm \
tests/ui.scm \