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 = \ tests/debug-link.scm \ tests/derivations.scm \ tests/discovery.scm \ - tests/egg.scm \ tests/elm.scm \ tests/elpa.scm \ tests/file-systems.scm \ @@ -570,6 +569,7 @@ SCM_TESTS = \ tests/hexpm.scm \ tests/import/cpan.scm \ tests/import/crate.scm \ + tests/import/egg.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ |
