summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:23:40 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commit15b351691e534b2fefb4d6ff0fb4b664bb354d2e (patch)
treec4878d44ab074349f5523b5939b0245e5b7ec9c1 /Makefile.am
parent16c08ac5d884db5d7dd59587d70b3fc6d2502a76 (diff)
import: github: Move tests to tests/import/github.scm.
* tests/import-github.scm: Move to tests/import/github.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 4fea02edb7b..c023959eeee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -570,6 +570,7 @@ SCM_TESTS = \
tests/import/elpa.scm \
tests/import/gem.scm \
tests/import/git.scm \
+ tests/import/github.scm \
tests/import/hackage.scm \
tests/import/hexpm.scm \
tests/import/opam.scm \
@@ -578,7 +579,6 @@ SCM_TESTS = \
tests/home-import.scm \
tests/home-services.scm \
tests/http-client.scm \
- tests/import-github.scm \
tests/import-utils.scm \
tests/inferior.scm \
tests/ipfs.scm \