diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:51:24 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:05 +0200 |
| commit | 94df3e6f28efc1be1908c50d54769ae07e0cca83 (patch) | |
| tree | 34cdeeae3636c1cd69abcdb91d7405e8e043ac6f /Makefile.am | |
| parent | 9bf4e572df7406b67b73fe7391a624dd51e140f8 (diff) | |
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>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 85db2fb429e..da46ac28695 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -556,7 +556,6 @@ SCM_TESTS = \ | |||
| 556 | tests/discovery.scm \ | 556 | tests/discovery.scm \ |
| 557 | tests/elpa.scm \ | 557 | tests/elpa.scm \ |
| 558 | tests/file-systems.scm \ | 558 | tests/file-systems.scm \ |
| 559 | tests/gem.scm \ | ||
| 560 | tests/gexp.scm \ | 559 | tests/gexp.scm \ |
| 561 | tests/git.scm \ | 560 | tests/git.scm \ |
| 562 | tests/git-authenticate.scm \ | 561 | tests/git-authenticate.scm \ |
| @@ -570,6 +569,7 @@ SCM_TESTS = \ | |||
| 570 | tests/import/crate.scm \ | 569 | tests/import/crate.scm \ |
| 571 | tests/import/egg.scm \ | 570 | tests/import/egg.scm \ |
| 572 | tests/import/elm.scm \ | 571 | tests/import/elm.scm \ |
| 572 | tests/import/gem.scm \ | ||
| 573 | tests/import/hackage.scm \ | 573 | tests/import/hackage.scm \ |
| 574 | tests/import/pypi.scm \ | 574 | tests/import/pypi.scm \ |
| 575 | tests/home-import.scm \ | 575 | tests/home-import.scm \ |
