diff options
author | Roman Scherer <roman@burningswell.com> | 2025-02-04 20:01:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-09 18:20:42 +0100 |
commit | 0753a17ddf6f4fab98b93c25f1a93b97ff9e46bb (patch) | |
tree | e56f2bcb4c52186364ee63a065bc6a20a2e252be /Makefile.am | |
parent | 96f05f003a862c198e803901abf6f50b23969697 (diff) |
machine: Implement 'hetzner-environment-type'.
* Makefile.am (SCM_TESTS): Add test modules.
* doc/guix.texi: Add documentation.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add modules.
* gnu/machine/hetzner.scm: Add hetzner-environment-type.
* gnu/machine/hetzner/http.scm: Add HTTP API.
* po/guix/POTFILES.in: Add Hetzner modules.
* tests/machine/hetzner.scm: Add machine tests.
* tests/machine/hetzner/http.scm Add HTTP API tests.
Change-Id: I276ed5afed676bbccc6c852c56ee4db57ce3c1ea
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index de88454818..edcc392492 100644 --- a/Makefile.am +++ b/Makefile.am @@ -567,6 +567,8 @@ SCM_TESTS = \ tests/import-utils.scm \ tests/inferior.scm \ tests/lint.scm \ + tests/machine/hetzner.scm \ + tests/machine/hetzner/http.scm \ tests/minetest.scm \ tests/modules.scm \ tests/monads.scm \ |