mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: elpa: Move tests to tests/import/elpa.scm.
* tests/elpa.scm: Move to tests/import/elpa.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
7a41349bed
commit
fc905a5a69
4 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ guix/build/emacs-utils\.scm @guix/emacs
|
||||||
guix/build-system/emacs\.scm @guix/emacs
|
guix/build-system/emacs\.scm @guix/emacs
|
||||||
guix/import/elpa\.scm @guix/emacs
|
guix/import/elpa\.scm @guix/emacs
|
||||||
guix/scripts/import/elpa\.scm @guix/emacs
|
guix/scripts/import/elpa\.scm @guix/emacs
|
||||||
tests/elpa\.scm @guix/emacs
|
tests/import/elpa\.scm @guix/emacs
|
||||||
|
|
||||||
gnu/packages/bootloaders\.scm @guix/embedded
|
gnu/packages/bootloaders\.scm @guix/embedded
|
||||||
gnu/packages/firmware\.scm @guix/embedded
|
gnu/packages/firmware\.scm @guix/embedded
|
||||||
|
|
|
@ -553,7 +553,6 @@ SCM_TESTS = \
|
||||||
tests/debug-link.scm \
|
tests/debug-link.scm \
|
||||||
tests/derivations.scm \
|
tests/derivations.scm \
|
||||||
tests/discovery.scm \
|
tests/discovery.scm \
|
||||||
tests/elpa.scm \
|
|
||||||
tests/file-systems.scm \
|
tests/file-systems.scm \
|
||||||
tests/gexp.scm \
|
tests/gexp.scm \
|
||||||
tests/git.scm \
|
tests/git.scm \
|
||||||
|
@ -569,6 +568,7 @@ SCM_TESTS = \
|
||||||
tests/import/crate.scm \
|
tests/import/crate.scm \
|
||||||
tests/import/egg.scm \
|
tests/import/egg.scm \
|
||||||
tests/import/elm.scm \
|
tests/import/elm.scm \
|
||||||
|
tests/import/elpa.scm \
|
||||||
tests/import/gem.scm \
|
tests/import/gem.scm \
|
||||||
tests/import/git.scm \
|
tests/import/git.scm \
|
||||||
tests/import/hackage.scm \
|
tests/import/hackage.scm \
|
||||||
|
|
|
@ -620,7 +620,7 @@ ecosystem."
|
||||||
"guix/build-system/emacs.scm"
|
"guix/build-system/emacs.scm"
|
||||||
"guix/import/elpa.scm"
|
"guix/import/elpa.scm"
|
||||||
"guix/scripts/import/elpa.scm"
|
"guix/scripts/import/elpa.scm"
|
||||||
"tests/elpa.scm")))
|
"tests/import/elpa.scm")))
|
||||||
|
|
||||||
(define-team embedded
|
(define-team embedded
|
||||||
(team 'embedded
|
(team 'embedded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue