gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] build: only run the dane cert test if dane is enabled.


From: Nikos Mavrogiannopoulos
Subject: Re: [PATCH] build: only run the dane cert test if dane is enabled.
Date: Sat, 10 Nov 2012 10:49:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120805 Icedove/10.0.6

On 11/10/2012 02:41 AM, Diego Elio Pettenò wrote:

> This fixes a test failure when disabling dane support.
> 
> Signed-off-by: Diego Elio Pettenò <address@hidden>
> ---
>  tests/cert-tests/Makefile.am | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
> index 367ab59..15ac543 100644
> --- a/tests/cert-tests/Makefile.am
> +++ b/tests/cert-tests/Makefile.am
> @@ -25,6 +25,10 @@ EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem 
> aki-cert.pem \
>  
>  dist_check_SCRIPTS = pathlen aki template-test pem-decoding dane
>  
> -TESTS = pathlen aki template-test pem-decoding dane
> +TESTS = pathlen aki template-test pem-decoding
> +
> +if ENABLE_DANE
> +TESTS += dane
> +endif


Thanks. Applied.

regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]