From ba02163f2e3ff7323b00cd470bcd78321e6beb4b Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Thu, 26 Aug 2010 16:21:06 -0400 Subject: [PATCH] Windows: Don't ignore failure in test_addr from now on --- lib/krb5/NTMakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/krb5/NTMakefile b/lib/krb5/NTMakefile index a308c48dd..b534e6ec0 100644 --- a/lib/krb5/NTMakefile +++ b/lib/krb5/NTMakefile @@ -317,6 +317,9 @@ all:: $(OBJ)\libkrb5-exports.def clean:: -$(RM) $(OBJ)\libkrb5-exports.def +#---------------------------------------------------------------------- +# Tools + all-tools:: $(BINDIR)\verify_krb5_conf.exe clean:: @@ -385,7 +388,7 @@ test-run: store-test.exe string-to-key-test.exe test_acl.exe - -test_addr.exe + test_addr.exe test_cc.exe test_config.exe test_prf.exe