summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 00:56:15 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:15 +0200
commit02f1ff69c647daa150cbff9d93fee25a6b43e152 (patch)
treeb73e4da1a5e6c8ea41fefd717b9f7d71869eaf22 /Makefile.am
parent94df3e6f28efc1be1908c50d54769ae07e0cca83 (diff)
import: git: Move tests to tests/import/git.scm.
* tests/import-git.scm: Move to tests/import/git.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 da46ac28695..472909a62a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -570,12 +570,12 @@ SCM_TESTS = \
tests/import/egg.scm \
tests/import/elm.scm \
tests/import/gem.scm \
+ tests/import/git.scm \
tests/import/hackage.scm \
tests/import/pypi.scm \
tests/home-import.scm \
tests/home-services.scm \
tests/http-client.scm \
- tests/import-git.scm \
tests/import-github.scm \
tests/import-utils.scm \
tests/inferior.scm \