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 = \
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 \