diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:18:39 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:16 +0200 |
| commit | 090d574dbf565e025fdaeb872368deb803c084a3 (patch) | |
| tree | fa2a965f6a546be9608b588b541527daf68f8ede | |
| parent | 5507b1bfc0e2e8270ba2b731ef23a5d59f0cae30 (diff) | |
import: hexpm: Move tests to tests/import/hexpm.scm.
* tests/hexpm.scm: Move to tests/import/hexpm.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/hexpm.scm (renamed from tests/hexpm.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d70d8d278e..988afa93671 100644 --- a/Makefile.am +++ b/Makefile.am @@ -562,7 +562,6 @@ SCM_TESTS = \ tests/grafts.scm \ tests/graph.scm \ tests/gremlin.scm \ - tests/hexpm.scm \ tests/import/cpan.scm \ tests/import/cran.scm \ tests/import/crate.scm \ @@ -572,6 +571,7 @@ SCM_TESTS = \ tests/import/gem.scm \ tests/import/git.scm \ tests/import/hackage.scm \ + tests/import/hexpm.scm \ tests/import/opam.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/tests/hexpm.scm b/tests/import/hexpm.scm index 1e746f9b344..1e746f9b344 100644 --- a/tests/hexpm.scm +++ b/tests/import/hexpm.scm |
