diff options
author | Maxime Devos <maximedevos@telenet.be> | 2022-01-06 20:50:12 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-16 23:56:56 +0100 |
commit | 81f036bfd23fb6e0f381ced2de27762fa9d1bb65 (patch) | |
tree | 0fbdfaf7bc42e0354a9b015d8ec50d8e66d4fd3f /Makefile.am | |
parent | f8306a501935f8012fba76a9de924f512c24883a (diff) |
import/github: Test it.
* 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 <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |