summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-04-18 15:01:55 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 11:28:05 +0200
commit230eff7da668b8e79dda3742a0dac4ad857106fe (patch)
tree74f58fc21495ea2ab8abc246d38f07efce73fe73 /Makefile.am
parent71779f6982b9fb343857f9f90e73f93638fc8830 (diff)
downloadsssd-230eff7da668b8e79dda3742a0dac4ad857106fe.tar.gz
sssd-230eff7da668b8e79dda3742a0dac4ad857106fe.tar.xz
sssd-230eff7da668b8e79dda3742a0dac4ad857106fe.zip
TESTS: Split a separate common_mock_resp_dp module
Splitting the module would allow responders that test the Data Provider requests to use the mock_rctx/mock_cctx functions without duplicate definitions. Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit c440c424443517b12afa8d56f989d92ca6ba56a3)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 329b09861..3996a9054 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1358,6 +1358,7 @@ if HAVE_CMOCKA
TEST_MOCK_RESP_OBJ = \
src/tests/cmocka/common_mock_resp.c \
+ src/tests/cmocka/common_mock_resp_dp.c \
src/responder/common/responder_packet.c \
src/responder/common/responder_cmd.c \
src/responder/common/negcache.c \