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

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

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

View file

@ -570,6 +570,7 @@ SCM_TESTS = \
tests/import/elpa.scm \ tests/import/elpa.scm \
tests/import/gem.scm \ tests/import/gem.scm \
tests/import/git.scm \ tests/import/git.scm \
tests/import/github.scm \
tests/import/hackage.scm \ tests/import/hackage.scm \
tests/import/hexpm.scm \ tests/import/hexpm.scm \
tests/import/opam.scm \ tests/import/opam.scm \
@ -578,7 +579,6 @@ SCM_TESTS = \
tests/home-import.scm \ tests/home-import.scm \
tests/home-services.scm \ tests/home-services.scm \
tests/http-client.scm \ tests/http-client.scm \
tests/import-github.scm \
tests/import-utils.scm \ tests/import-utils.scm \
tests/inferior.scm \ tests/inferior.scm \
tests/ipfs.scm \ tests/ipfs.scm \