1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Avoid stompling user TESTS_ENVIRONMENT var

* test-suite/standalone/Makefile.am (top_srcdir): Use
AM_TESTS_ENVIRONMENT.
This commit is contained in:
Andy Wingo 2024-06-20 15:54:53 +02:00
parent df04f5357a
commit 2a4c095f79

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## 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. ## This file is part of GUILE.
## ##
@ -29,7 +29,7 @@ check_SCRIPTS =
BUILT_SOURCES = BUILT_SOURCES =
EXTRA_DIST = EXTRA_DIST =
TESTS_ENVIRONMENT = \ AM_TESTS_ENVIRONMENT = \
top_srcdir="$(top_srcdir)" \ top_srcdir="$(top_srcdir)" \
srcdir="$(srcdir)" \ srcdir="$(srcdir)" \
builddir="$(builddir)" \ builddir="$(builddir)" \