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-04-22 17:29:46 +0200
commitc440c424443517b12afa8d56f989d92ca6ba56a3 (patch)
tree24803f38fc19f3f612c6bae0769aa9c9b21d9e00 /Makefile.am
parente4b4b669e0c1ef5ec3be04768edf2565a7bac5a1 (diff)
downloadsssd-c440c424443517b12afa8d56f989d92ca6ba56a3.tar.gz
sssd-c440c424443517b12afa8d56f989d92ca6ba56a3.tar.xz
sssd-c440c424443517b12afa8d56f989d92ca6ba56a3.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>
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 408fb86cf..b92357e0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1402,6 +1402,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 \