From a8e5bd27abc0d820baa256116fab02917e09df81 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 23 Oct 2013 14:39:55 +0200 Subject: find_subdomain_by_sid: skip domains with missing domain_id --- Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b997e7aa5..e964a2461 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,7 +149,8 @@ if HAVE_CMOCKA sss_nss_idmap-tests \ dyndns-tests \ fqnames-tests \ - test_sss_idmap + test_sss_idmap \ + test_utils endif check_PROGRAMS = \ @@ -1354,6 +1355,15 @@ test_sss_idmap_LDADD = \ $(SSSD_INTERNAL_LTLIBS) \ libsss_test_common.la +test_utils_SOURCES = \ + $(TEST_MOCK_OBJ) \ + src/tests/cmocka/test_utils.c +test_utils_CFLAGS = \ + $(AM_CFLAGS) +test_utils_LDADD = \ + $(CMOCKA_LIBS) \ + $(SSSD_INTERNAL_LTLIBS) \ + libsss_test_common.la endif noinst_PROGRAMS = pam_test_client -- cgit