diff --git a/Makefile.am b/Makefile.am index cfe1308b455..85db2fb429e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -554,7 +554,6 @@ SCM_TESTS = \ tests/debug-link.scm \ tests/derivations.scm \ tests/discovery.scm \ - tests/elm.scm \ tests/elpa.scm \ tests/file-systems.scm \ tests/gem.scm \ @@ -570,6 +569,7 @@ SCM_TESTS = \ tests/import/cpan.scm \ tests/import/crate.scm \ tests/import/egg.scm \ + tests/import/elm.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/tests/elm.scm b/tests/import/elm.scm similarity index 100% rename from tests/elm.scm rename to tests/import/elm.scm