From 9bf4e572df7406b67b73fe7391a624dd51e140f8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 00:49:49 +0200 Subject: [PATCH] import: elm: Move tests to tests/import/elm.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/elm.scm: Move to tests/import/elm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/elm.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/elm.scm (100%) 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