diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:10:10 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:16 +0200 |
| commit | fc905a5a6974535ee6cc079b91acaeca047f7ec9 (patch) | |
| tree | aaaf0cbd0525810141a4d7af7505f398a761b7f0 /Makefile.am | |
| parent | 7a41349bed30d03032ee249d43dc64de5cefdd84 (diff) | |
import: elpa: Move tests to tests/import/elpa.scm.
* tests/elpa.scm: Move to tests/import/elpa.scm.
* Makefile.am: Refresh it.
* CODEOWNERS: Refresh it.
* etc/teams.scm: Refresh it.
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 ff87e9baf28..0bbfcaa13a3 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -553,7 +553,6 @@ SCM_TESTS = \ | |||
| 553 | tests/debug-link.scm \ | 553 | tests/debug-link.scm \ |
| 554 | tests/derivations.scm \ | 554 | tests/derivations.scm \ |
| 555 | tests/discovery.scm \ | 555 | tests/discovery.scm \ |
| 556 | tests/elpa.scm \ | ||
| 557 | tests/file-systems.scm \ | 556 | tests/file-systems.scm \ |
| 558 | tests/gexp.scm \ | 557 | tests/gexp.scm \ |
| 559 | tests/git.scm \ | 558 | tests/git.scm \ |
| @@ -569,6 +568,7 @@ SCM_TESTS = \ | |||
| 569 | tests/import/crate.scm \ | 568 | tests/import/crate.scm \ |
| 570 | tests/import/egg.scm \ | 569 | tests/import/egg.scm \ |
| 571 | tests/import/elm.scm \ | 570 | tests/import/elm.scm \ |
| 571 | tests/import/elpa.scm \ | ||
| 572 | tests/import/gem.scm \ | 572 | tests/import/gem.scm \ |
| 573 | tests/import/git.scm \ | 573 | tests/import/git.scm \ |
| 574 | tests/import/hackage.scm \ | 574 | tests/import/hackage.scm \ |
