guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 04/06: Avoid stompling user TESTS_ENVIRONMENT var


From: Andy Wingo
Subject: [Guile-commits] 04/06: Avoid stompling user TESTS_ENVIRONMENT var
Date: Fri, 21 Jun 2024 05:14:24 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit 2a4c095f79e90a7e0a56cfc7ca247d425d3c2a42
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jun 20 15:54:53 2024 +0200

    Avoid stompling user TESTS_ENVIRONMENT var
    
    * test-suite/standalone/Makefile.am (top_srcdir): Use
    AM_TESTS_ENVIRONMENT.
---
 test-suite/standalone/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-suite/standalone/Makefile.am 
b/test-suite/standalone/Makefile.am
index ece0d7989..5c3b5569e 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-## Copyright 2003-2014, 2020-2023 Free Software Foundation, Inc.
+## Copyright 2003-2014, 2020-2024 Free Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -29,7 +29,7 @@ check_SCRIPTS =
 BUILT_SOURCES =
 EXTRA_DIST =
 
-TESTS_ENVIRONMENT =                                            \
+AM_TESTS_ENVIRONMENT =                                         \
   top_srcdir="$(top_srcdir)"                                   \
   srcdir="$(srcdir)"                                           \
   builddir="$(builddir)"                                       \



reply via email to

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