mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Avoid stompling user TESTS_ENVIRONMENT var
* test-suite/standalone/Makefile.am (top_srcdir): Use AM_TESTS_ENVIRONMENT.
This commit is contained in:
parent
df04f5357a
commit
2a4c095f79
1 changed files with 2 additions and 2 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue