guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: build: Distribute tests/go.scm even when the host


From: guix-commits
Subject: branch master updated: build: Distribute tests/go.scm even when the host lacks guile-lib.
Date: Fri, 27 Aug 2021 15:00:03 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0f853ab  build: Distribute tests/go.scm even when the host lacks 
guile-lib.
0f853ab is described below

commit 0f853ab7731da4784a24cad7b08d6b9b633f5787
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 17 19:43:17 2021 -0400

    build: Distribute tests/go.scm even when the host lacks guile-lib.
    
    This is a follow-up commit to 38d337a5b749713b34568ee55ad747522f26ef94.
    
    * Makefile.am (EXTRA_DIST)[!HAVE_GUILE_LIB]: Add tests/go.scm.
    
    Reported-by: Chris Marusich <cmmarusich@gmail.com>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 327d3f9..3c79760 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -517,6 +517,8 @@ SCM_TESTS =                                 \
 
 if HAVE_GUILE_LIB
 SCM_TESTS += tests/go.scm
+else
+EXTRA_DIST += tests/go.scm
 endif
 
 if BUILD_DAEMON_OFFLOAD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]