mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
d4fda72d8f
commit
bf468f4b70
2 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,6 @@ SCM_TESTS = \
|
||||||
tests/debug-link.scm \
|
tests/debug-link.scm \
|
||||||
tests/derivations.scm \
|
tests/derivations.scm \
|
||||||
tests/discovery.scm \
|
tests/discovery.scm \
|
||||||
tests/egg.scm \
|
|
||||||
tests/elm.scm \
|
tests/elm.scm \
|
||||||
tests/elpa.scm \
|
tests/elpa.scm \
|
||||||
tests/file-systems.scm \
|
tests/file-systems.scm \
|
||||||
|
@ -570,6 +569,7 @@ SCM_TESTS = \
|
||||||
tests/hexpm.scm \
|
tests/hexpm.scm \
|
||||||
tests/import/cpan.scm \
|
tests/import/cpan.scm \
|
||||||
tests/import/crate.scm \
|
tests/import/crate.scm \
|
||||||
|
tests/import/egg.scm \
|
||||||
tests/import/hackage.scm \
|
tests/import/hackage.scm \
|
||||||
tests/import/pypi.scm \
|
tests/import/pypi.scm \
|
||||||
tests/home-import.scm \
|
tests/home-import.scm \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue