summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 00:49:49 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:00:36 +0200
commit9bf4e572df7406b67b73fe7391a624dd51e140f8 (patch)
treedc7c88b1d1ee28b58aea28651a4da33e8fe8b022 /Makefile.am
parentbf468f4b700a32b2c2c58fd0d2113c0f05c5cdff (diff)
import: elm: Move tests to tests/import/elm.scm.
* tests/elm.scm: Move to tests/import/elm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \