From af40ddb7f307b84dc7f983fd420475809bda0851 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Wed, 21 Oct 2009 17:28:15 +0200 Subject: Various improvements to the resolv test suite * The resolv test case can now test for TXT and SRV resolving by specifying -t host and -s host respectively. The -n flag must still be passed in to enable network tests. * Added test for the little complicated resolv_copy_hostent() function. * Leak checking using the new tests common functions. * Fix indentation for test_internet, since the whole function was modified to be able to handle SRV and TXT replies. * Initialize the debug variable in main(). Also removed one unused variable in krb5_utils-tests.c --- server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index a2c36874a..564d4f16b 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -417,6 +417,7 @@ stress_tests_LDADD = \ if HAVE_CHECK resolv_tests_SOURCES = \ tests/resolv-tests.c \ + tests/common.c \ $(SSSD_UTIL_OBJ) \ $(SSSD_RESOLV_OBJ) resolv_tests_CFLAGS = \ -- cgit