From fe60346714a73ac3987f786731389320633dd245 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 9 Aug 2011 12:43:28 +0200 Subject: New DEBUG facility - unit tests https://fedorahosted.org/sssd/ticket/925 --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 92b0c1050..4e2e26bae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ if HAVE_CHECK simple_access-tests \ crypto-tests \ util-tests \ + debug-tests \ ipa_hbac-tests endif @@ -716,6 +717,16 @@ util_tests_LDADD = \ libsss_util.la \ libsss_test_common.la +debug_tests_SOURCES = \ + src/tests/debug-tests.c +debug_tests_CFLAGS = \ + $(AM_CFLAGS) \ + $(CHECK_CFLAGS) +debug_tests_LDADD = \ + $(SSSD_LIBS) \ + $(CHECK_LIBS) \ + libsss_util.la + crypto_tests_SOURCES = \ $(SSS_CRYPT_SOURCES) \ src/tests/crypto-tests.c -- cgit