From 81f036bfd23fb6e0f381ced2de27762fa9d1bb65 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Thu, 6 Jan 2022 20:50:12 +0000 Subject: import/github: Test it. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am (SCM_TESTS): Register new tests. * guix/import/github.scm (%github-api): New variable. (fetch-releases-or-tags): Use the new variable. * tests/import-github.scm: New file with tests. Signed-off-by: Ludovic Courtès --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 077586eda7..a10aeb817b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -483,6 +483,7 @@ SCM_TESTS = \ tests/hackage.scm \ tests/home-import.scm \ tests/import-git.scm \ + tests/import-github.scm \ tests/import-utils.scm \ tests/inferior.scm \ tests/lint.scm \ -- cgit v1.2.3