From 777374243e15c53e7b0a7345e190c1018920be18 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sat, 11 May 2013 10:53:12 +0200 Subject: Allow flat name in the FQname format https://fedorahosted.org/sssd/ticket/1648 Adds another expansion in the printf format that allows the user to use the domain flat name in the format. --- Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 250f9b674..767e9b968 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,7 +150,8 @@ if HAVE_CMOCKA test-find-uid \ test-io \ sss_nss_idmap-tests \ - dyndns-tests + dyndns-tests \ + fqnames-tests endif check_PROGRAMS = \ @@ -1299,6 +1300,16 @@ dyndns_tests_LDADD = \ $(CMOCKA_LIBS) \ libsss_test_common.la \ libsss_util.la + +fqnames_tests_SOURCES = \ + $(TEST_MOCK_OBJ) \ + src/tests/cmocka/test_fqnames.c +fqnames_tests_CFLAGS = \ + $(AM_CFLAGS) +fqnames_tests_LDADD = \ + $(CMOCKA_LIBS) \ + libsss_util.la + endif noinst_PROGRAMS = pam_test_client -- cgit