mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Conditionally include tests/go.scm.
The Go importer module requires a recent guile-glib; the test should only be run when such requirement is met. * Makefile.am (SCM_TESTS)[HAVE_GUILE_LIB]: Add tests/go.scm only if this condition is met. Reported-by: Chris Marusich <cmmarusich@gmail.com>
This commit is contained in:
parent
ce9c5fd6ba
commit
38d337a5b7
1 changed files with 4 additions and 1 deletions
|
@ -461,7 +461,6 @@ SCM_TESTS = \
|
||||||
tests/git-authenticate.scm \
|
tests/git-authenticate.scm \
|
||||||
tests/glob.scm \
|
tests/glob.scm \
|
||||||
tests/gnu-maintenance.scm \
|
tests/gnu-maintenance.scm \
|
||||||
tests/go.scm \
|
|
||||||
tests/grafts.scm \
|
tests/grafts.scm \
|
||||||
tests/graph.scm \
|
tests/graph.scm \
|
||||||
tests/gremlin.scm \
|
tests/gremlin.scm \
|
||||||
|
@ -510,6 +509,10 @@ SCM_TESTS = \
|
||||||
tests/uuid.scm \
|
tests/uuid.scm \
|
||||||
tests/workers.scm
|
tests/workers.scm
|
||||||
|
|
||||||
|
if HAVE_GUILE_LIB
|
||||||
|
SCM_TESTS += tests/go.scm
|
||||||
|
endif
|
||||||
|
|
||||||
if BUILD_DAEMON_OFFLOAD
|
if BUILD_DAEMON_OFFLOAD
|
||||||
SCM_TESTS += tests/offload.scm
|
SCM_TESTS += tests/offload.scm
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue