import: gem: Move tests to tests/import/gem.scm.

* tests/gem.scm: Move to tests/import/gem.scm.
* Makefile.am: Refresh it.
* CODEOWNERS: Update.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2025-09-17 00:51:24 +02:00 committed by Ludovic Courtès
parent 9bf4e572df
commit 94df3e6f28
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 3 additions and 3 deletions

View file

@ -556,7 +556,6 @@ SCM_TESTS = \
tests/discovery.scm \
tests/elpa.scm \
tests/file-systems.scm \
tests/gem.scm \
tests/gexp.scm \
tests/git.scm \
tests/git-authenticate.scm \
@ -570,6 +569,7 @@ SCM_TESTS = \
tests/import/crate.scm \
tests/import/egg.scm \
tests/import/elm.scm \
tests/import/gem.scm \
tests/import/hackage.scm \
tests/import/pypi.scm \
tests/home-import.scm \