diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:49:49 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:36 +0200 |
| commit | 9bf4e572df7406b67b73fe7391a624dd51e140f8 (patch) | |
| tree | dc7c88b1d1ee28b58aea28651a4da33e8fe8b022 | |
| parent | bf468f4b700a32b2c2c58fd0d2113c0f05c5cdff (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>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/import/elm.scm (renamed from tests/elm.scm) | 0 |
2 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 \ diff --git a/tests/elm.scm b/tests/import/elm.scm index 279a66a25f0..279a66a25f0 100644 --- a/tests/elm.scm +++ b/tests/import/elm.scm |
