diff options
author | Sumit Bose <sbose@redhat.com> | 2015-02-09 18:12:01 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2015-03-18 13:33:38 +0100 |
commit | d0d79ada379ab809c26a7dc0bbc88b47ab85f744 (patch) | |
tree | f7217ef06e1e96518b65619eb4de532fa76a66a0 /daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am | |
parent | 6ce47d86db77373b15bb62a92b22dd2accc74b37 (diff) | |
download | freeipa-d0d79ada379ab809c26a7dc0bbc88b47ab85f744.tar.gz freeipa-d0d79ada379ab809c26a7dc0bbc88b47ab85f744.tar.xz freeipa-d0d79ada379ab809c26a7dc0bbc88b47ab85f744.zip |
extdom: migrate check-based test to cmocka
Besides moving the existing tests to cmocka two new tests are added
which were missing from the old tests.
Related to https://fedorahosted.org/freeipa/ticket/4922
Reviewed-By: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am')
-rw-r--r-- | daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am index a1679812e..9c2fa1c6a 100644 --- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am +++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am @@ -38,11 +38,6 @@ libipa_extdom_extop_la_LIBADD = \ TESTS = check_PROGRAMS = -if HAVE_CHECK -TESTS += extdom_tests -check_PROGRAMS += extdom_tests -endif - if HAVE_CMOCKA if HAVE_NSS_WRAPPER TESTS_ENVIRONMENT = . ./test_data/test_setup.sh; @@ -51,21 +46,6 @@ check_PROGRAMS += extdom_cmocka_tests endif endif -extdom_tests_SOURCES = \ - ipa_extdom_tests.c \ - ipa_extdom_common.c \ - $(NULL) -extdom_tests_CFLAGS = $(CHECK_CFLAGS) -extdom_tests_LDFLAGS = \ - -rpath $(shell pkg-config --libs-only-L dirsrv | sed -e 's/-L//') \ - $(NULL) -extdom_tests_LDADD = \ - $(CHECK_LIBS) \ - $(LDAP_LIBS) \ - $(DIRSRV_LIBS) \ - $(SSSNSSIDMAP_LIBS) \ - $(NULL) - extdom_cmocka_tests_SOURCES = \ ipa_extdom_cmocka_tests.c \ ipa_extdom_common.c \ |