1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

guix: Fix guix-minimal tests.

* Makefile.am (SCM_TESTS): Add tests/machine/hetzner.scm and
tests/machine/hetzner/http.scm conditionally.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves
2025-10-08 22:21:30 +02:00
committed by Ludovic Courtès
parent 9089393255
commit 41f478a900

View File

@@ -587,8 +587,6 @@ SCM_TESTS = \
tests/inferior.scm \
tests/ipfs.scm \
tests/lint.scm \
tests/machine/hetzner.scm \
tests/machine/hetzner/http.scm \
tests/modules.scm \
tests/monads.scm \
tests/nar.scm \
@@ -641,6 +639,14 @@ else
EXTRA_DIST += tests/import/go.scm
endif
if HAVE_GUILE_SSH
SCM_TESTS += tests/machine/hetzner.scm \
tests/machine/hetzner/http.scm
else
EXTRA_DIST += tests/machine/hetzner.scm \
tests/machine/hetzner/http.scm
endif
if BUILD_DAEMON_OFFLOAD
SCM_TESTS += tests/offload.scm
else