diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:48:51 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:36 +0200 |
| commit | bf468f4b700a32b2c2c58fd0d2113c0f05c5cdff (patch) | |
| tree | eb1a343cb08e89cc8809c8d10f083529e3dbad2e /Makefile.am | |
| parent | d4fda72d8f991fa2102fe2ef121dbade2d322382 (diff) | |
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>
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 83f4dacd2de..cfe1308b455 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -554,7 +554,6 @@ SCM_TESTS = \ | |||
| 554 | tests/debug-link.scm \ | 554 | tests/debug-link.scm \ |
| 555 | tests/derivations.scm \ | 555 | tests/derivations.scm \ |
| 556 | tests/discovery.scm \ | 556 | tests/discovery.scm \ |
| 557 | tests/egg.scm \ | ||
| 558 | tests/elm.scm \ | 557 | tests/elm.scm \ |
| 559 | tests/elpa.scm \ | 558 | tests/elpa.scm \ |
| 560 | tests/file-systems.scm \ | 559 | tests/file-systems.scm \ |
| @@ -570,6 +569,7 @@ SCM_TESTS = \ | |||
| 570 | tests/hexpm.scm \ | 569 | tests/hexpm.scm \ |
| 571 | tests/import/cpan.scm \ | 570 | tests/import/cpan.scm \ |
| 572 | tests/import/crate.scm \ | 571 | tests/import/crate.scm \ |
| 572 | tests/import/egg.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 \ |
