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

* tests/egg.scm: Move to tests/import/egg.scm.
* Makefile.am: Refresh it.

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

View file

@ -554,7 +554,6 @@ SCM_TESTS = \
tests/debug-link.scm \ tests/debug-link.scm \
tests/derivations.scm \ tests/derivations.scm \
tests/discovery.scm \ tests/discovery.scm \
tests/egg.scm \
tests/elm.scm \ tests/elm.scm \
tests/elpa.scm \ tests/elpa.scm \
tests/file-systems.scm \ tests/file-systems.scm \
@ -570,6 +569,7 @@ SCM_TESTS = \
tests/hexpm.scm \ tests/hexpm.scm \
tests/import/cpan.scm \ tests/import/cpan.scm \
tests/import/crate.scm \ tests/import/crate.scm \
tests/import/egg.scm \
tests/import/hackage.scm \ tests/import/hackage.scm \
tests/import/pypi.scm \ tests/import/pypi.scm \
tests/home-import.scm \ tests/home-import.scm \