diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:23:40 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:16 +0200 |
| commit | 15b351691e534b2fefb4d6ff0fb4b664bb354d2e (patch) | |
| tree | c4878d44ab074349f5523b5939b0245e5b7ec9c1 | |
| parent | 16c08ac5d884db5d7dd59587d70b3fc6d2502a76 (diff) | |
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>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/import/github.scm (renamed from tests/import-github.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4fea02edb7b..c023959eeee 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -570,6 +570,7 @@ SCM_TESTS = \ | |||
| 570 | tests/import/elpa.scm \ | 570 | tests/import/elpa.scm \ |
| 571 | tests/import/gem.scm \ | 571 | tests/import/gem.scm \ |
| 572 | tests/import/git.scm \ | 572 | tests/import/git.scm \ |
| 573 | tests/import/github.scm \ | ||
| 573 | tests/import/hackage.scm \ | 574 | tests/import/hackage.scm \ |
| 574 | tests/import/hexpm.scm \ | 575 | tests/import/hexpm.scm \ |
| 575 | tests/import/opam.scm \ | 576 | tests/import/opam.scm \ |
| @@ -578,7 +579,6 @@ SCM_TESTS = \ | |||
| 578 | tests/home-import.scm \ | 579 | tests/home-import.scm \ |
| 579 | tests/home-services.scm \ | 580 | tests/home-services.scm \ |
| 580 | tests/http-client.scm \ | 581 | tests/http-client.scm \ |
| 581 | tests/import-github.scm \ | ||
| 582 | tests/import-utils.scm \ | 582 | tests/import-utils.scm \ |
| 583 | tests/inferior.scm \ | 583 | tests/inferior.scm \ |
| 584 | tests/ipfs.scm \ | 584 | tests/ipfs.scm \ |
diff --git a/tests/import-github.scm b/tests/import/github.scm index 51002965405..51002965405 100644 --- a/tests/import-github.scm +++ b/tests/import/github.scm | |||
