From a40a817535c28712e27fe2c0f87817af43a249a2 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 15 Feb 2010 16:20:36 +0100 Subject: Add test for number of options in IPA and LDAP backends --- server/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index b331cf1d..21ae79ae 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -72,7 +72,8 @@ if HAVE_CHECK refcount-tests \ fail_over-tests \ find_uid-tests \ - auth-tests + auth-tests \ + ipa_ldap_opt-tests endif check_PROGRAMS = \ @@ -484,6 +485,7 @@ krb5_utils_tests_LDADD = \ $(CARES_LIBS) \ $(CHECK_LIBS) + check_and_open_tests_SOURCES = \ $(SSSD_DEBUG_OBJ) \ tests/check_and_open-tests.c \ @@ -601,6 +603,14 @@ auth_tests_LDADD = \ $(SSSD_LIBS) \ $(CHECK_LIBS) +ipa_ldap_opt_tests_SOURCES = \ + tests/ipa_ldap_opt-tests.c +ipa_ldap_opt_tests_CFLAG = \ + $(AM_CFLAGS) \ + $(CHECK_CFLAGS) +ipa_ldap_opt_tests_LDADD = \ + $(CHECK_LIBS) + endif stress_tests_SOURCES = \ -- cgit