guix-commits
[Top][All Lists]
Advanced

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

187/377: build: Distribute tests/go.scm even when the host lacks guile-l


From: guix-commits
Subject: 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib.
Date: Sun, 5 Sep 2021 10:07:41 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

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]