summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-16 19:10:31 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:00:35 +0200
commit5cf0daa657a3f47879927cdc52c8597668e6129b (patch)
treeee88e8889809fa2e133a01cb201c1daa144010af
parentf1a3bf940c6ea6784572f7e1e5fdbc82cab21e5d (diff)
import: hackage: Move tests to tests/import/hackage.scm.
* tests/hackage.scm: Move to tests/import/hackage.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--Makefile.am2
-rw-r--r--tests/import/hackage.scm (renamed from tests/hackage.scm)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fec29393790..7bb5758a458 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -569,8 +569,8 @@ SCM_TESTS = \
569 tests/grafts.scm \ 569 tests/grafts.scm \
570 tests/graph.scm \ 570 tests/graph.scm \
571 tests/gremlin.scm \ 571 tests/gremlin.scm \
572 tests/hackage.scm \
573 tests/hexpm.scm \ 572 tests/hexpm.scm \
573 tests/import/hackage.scm \
574 tests/import/pypi.scm \ 574 tests/import/pypi.scm \
575 tests/home-import.scm \ 575 tests/home-import.scm \
576 tests/home-services.scm \ 576 tests/home-services.scm \
diff --git a/tests/hackage.scm b/tests/import/hackage.scm
index 403f587c41d..403f587c41d 100644
--- a/tests/hackage.scm
+++ b/tests/import/hackage.scm