From: Andreas Metzler Date: Thu, 15 Aug 2024 10:42:56 +0000 (+0200) Subject: Also set ENABLE_DSA for tests in cert-tests subdirectory. X-Git-Tag: 3.8.8~21^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b64e8e1f72a1c41d3df346c17efd49bcd65b1e8b;p=thirdparty%2Fgnutls.git Also set ENABLE_DSA for tests in cert-tests subdirectory. Signed-off-by: Andreas Metzler --- diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am index ea5673d37e..5a695dbebc 100644 --- a/tests/cert-tests/Makefile.am +++ b/tests/cert-tests/Makefile.am @@ -180,6 +180,12 @@ if WINDOWS TESTS_ENVIRONMENT += WINDOWS=1 endif +if ENABLE_DSA +TESTS_ENVIRONMENT += ENABLE_DSA=1 +else +TESTS_ENVIRONMENT += ENABLE_DSA=0 +endif + if ENABLE_GOST TESTS_ENVIRONMENT += ENABLE_GOST=1 else