configure: do not pass AM_TESTS_ENVIRONMENT directly

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-30 13:20:19 +03:00
parent 0458e0d2a3
commit 9440f9aefe
7 changed files with 15 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ AM_CFLAGS = $(CFLAGS_ac) @LIBGCRYPT_CFLAGS@
AM_LDFLAGS = $(LDFLAGS_ac)
AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT_ac)
if USE_COVERAGE
AM_CFLAGS += --coverage
endif