From 606ed730ad6d6377ba1b8fad81a4c55f3eb40528 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 8 Nov 2021 19:07:28 +0100 Subject: tests: set $abs_top_builddir in more places `$abs_top_builddir` has been used all across tests' subdirectories (through tests/scripts/common.sh) but has only been defined for tests/suite/ ones. Defining it in other Makefiles where `top_builddir` is being passed. Signed-off-by: Alexander Sosedkin --- tests/windows/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/windows') diff --git a/tests/windows/Makefile.am b/tests/windows/Makefile.am index 9fbc03c527..34e5112e8f 100644 --- a/tests/windows/Makefile.am +++ b/tests/windows/Makefile.am @@ -73,4 +73,5 @@ TESTS_ENVIRONMENT = \ EXEEXT=$(EXEEXT) \ GNUTLS_SYSTEM_PRIORITY_FILE=$(abs_top_srcdir)/tests/system.prio \ top_builddir="$(top_builddir)" \ + abs_top_builddir="$(abs_top_builddir)" \ srcdir="$(srcdir)" -- cgit v1.2.1