From ed7a26276ad68d55bf10058dda0d617dc7666edf Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 17 Dec 2015 07:32:04 +0100 Subject: foo --- Makefile.am | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a9d3f25d3..6378b7482 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,7 +178,6 @@ if HAVE_CHECK auth-tests \ ipa_ldap_opt-tests \ ad_ldap_opt-tests \ - simple_access-tests \ crypto-tests \ util-tests \ debug-tests \ @@ -245,6 +244,7 @@ if HAVE_CMOCKA test_cert_utils \ test_ldap_id_cleanup \ test_data_provider_be \ + simple-access-tests \ $(NULL) if HAVE_LIBRESOLV @@ -1683,20 +1683,6 @@ ad_ldap_opt_tests_LDADD = \ $(TALLOC_LIBS) \ libsss_test_common.la -simple_access_tests_SOURCES = \ - src/tests/simple_access-tests.c \ - src/providers/simple/simple_access.c \ - src/providers/simple/simple_access_check.c \ - $(NULL) -simple_access_tests_LDADD = \ - $(LIBADD_DL) \ - $(CHECK_LIBS) \ - $(SSSD_LIBS) \ - $(SSSD_INTERNAL_LTLIBS) \ - libsss_test_common.la \ - libdlopen_test_providers.la \ - $(NULL) - util_tests_SOURCES = \ src/tests/util-tests.c \ $(NULL) @@ -2626,6 +2612,27 @@ test_data_provider_be_LDADD = \ libdlopen_test_providers.la \ $(NULL) +EXTRA_simple_access_tests_DEPENDENCIES = \ + $(ldblib_LTLIBRARIES) +simple_access_tests_SOURCES = \ + src/tests/cmocka/test_simple_access.c \ + src/tests/cmocka/common_mock_be.c \ + src/providers/simple/simple_access.c \ + src/providers/simple/simple_access_check.c \ + $(NULL) +simple_access_tests_CFLAGS = \ + $(AM_CFLAGS) \ + $(NULL) +simple_access_tests_LDFLAGS = \ + $(NULL) +simple_access_tests_LDADD = \ + $(CMOCKA_LIBS) \ + $(SSSD_LIBS) \ + $(SSSD_INTERNAL_LTLIBS) \ + libsss_test_common.la \ + libdlopen_test_providers.la \ + $(NULL) + endif # HAVE_CMOCKA noinst_PROGRAMS = pam_test_client -- cgit