From b5aff22ac90623afeb0c74b36096f85eff5bc2b9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 5 Feb 2021 15:32:42 +0100 Subject: [PATCH] Configuration: ensure that 'no-tests' works correctly 'no-tests' wasn't entirely respected by test/build.info. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14081) --- test/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.info b/test/build.info index 7830ae1b7ee..bc3dae81f99 100644 --- a/test/build.info +++ b/test/build.info @@ -567,7 +567,6 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN SOURCE[gosttest]=gosttest.c ssltestlib.c INCLUDE[gosttest]=../include .. DEPEND[gosttest]=../libcrypto ../libssl libtestutil.a -ENDIF SOURCE[ssl_ctx_test]=ssl_ctx_test.c INCLUDE[ssl_ctx_test]=../include @@ -609,3 +608,4 @@ _____ _____ } -} +ENDIF -- 2.47.2