tests: Run 'tests/offload.scm' only when BUILD_DAEMON_OFFLOAD is true.
authorLudovic Courtès <ludo@gnu.org>
Fri, 8 Jan 2021 11:06:06 +0000 (12:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 8 Jan 2021 23:00:49 +0000 (00:00 +0100)
commit069d2bf200d5dd2bda6c15e345001a9191abf733
tree1b1b15160690342c6035c374d6c42acac32a04df
parentddb51f3e903ed53ce3c3a88e2af107360f2c51ac
tests: Run 'tests/offload.scm' only when BUILD_DAEMON_OFFLOAD is true.

Fixes:

  guix build -e '(@ (gnu packages package-management) guix-minimal)'

* Makefile.am (SCM_TESTS): Move 'tests/offload.scm' within "if
BUILD_DAEMON_OFFLOAD" conditional.
Makefile.am