mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0dba512d86
commit
a34376aa71
4 changed files with 3 additions and 3 deletions
|
@ -369,7 +369,7 @@ guix/build/texlive-build-system\.scm @guix/tex
|
||||||
guix/build-system/texlive\.scm @guix/tex
|
guix/build-system/texlive\.scm @guix/tex
|
||||||
guix/import/texlive\.scm @guix/tex
|
guix/import/texlive\.scm @guix/tex
|
||||||
guix/scripts/import/texlive\.scm @guix/tex
|
guix/scripts/import/texlive\.scm @guix/tex
|
||||||
tests/texlive\.scm @guix/tex
|
tests/import/texlive\.scm @guix/tex
|
||||||
|
|
||||||
etc/news\.scm @guix/translations
|
etc/news\.scm @guix/translations
|
||||||
po/ @guix/translations
|
po/ @guix/translations
|
||||||
|
|
|
@ -577,6 +577,7 @@ SCM_TESTS = \
|
||||||
tests/import/opam.scm \
|
tests/import/opam.scm \
|
||||||
tests/import/print.scm \
|
tests/import/print.scm \
|
||||||
tests/import/pypi.scm \
|
tests/import/pypi.scm \
|
||||||
|
tests/import/texlive.scm \
|
||||||
tests/home-import.scm \
|
tests/home-import.scm \
|
||||||
tests/home-services.scm \
|
tests/home-services.scm \
|
||||||
tests/http-client.scm \
|
tests/http-client.scm \
|
||||||
|
@ -624,7 +625,6 @@ SCM_TESTS = \
|
||||||
tests/syscalls.scm \
|
tests/syscalls.scm \
|
||||||
tests/system.scm \
|
tests/system.scm \
|
||||||
tests/style.scm \
|
tests/style.scm \
|
||||||
tests/texlive.scm \
|
|
||||||
tests/toml.scm \
|
tests/toml.scm \
|
||||||
tests/transformations.scm \
|
tests/transformations.scm \
|
||||||
tests/ui.scm \
|
tests/ui.scm \
|
||||||
|
|
|
@ -1016,7 +1016,7 @@ the \"texlive\" importer."
|
||||||
"guix/build-system/texlive.scm"
|
"guix/build-system/texlive.scm"
|
||||||
"guix/import/texlive.scm"
|
"guix/import/texlive.scm"
|
||||||
"guix/scripts/import/texlive.scm"
|
"guix/scripts/import/texlive.scm"
|
||||||
"tests/texlive.scm")))
|
"tests/import/texlive.scm")))
|
||||||
|
|
||||||
(define-team translations
|
(define-team translations
|
||||||
(team 'translations
|
(team 'translations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue