summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-03-30 18:54:34 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-04-24 16:47:00 +0200
commitbbd6f73bbad478a450ecfa2933a63de6dc269778 (patch)
tree3cc2118d0d2a10e42284d749707b1589e8aadac9 /Makefile.am
parent6a074a5917a83c8414949b8c9c2b6d044bb652e6 (diff)
downloadsssd-bbd6f73bbad478a450ecfa2933a63de6dc269778.tar.gz
sssd-bbd6f73bbad478a450ecfa2933a63de6dc269778.tar.xz
sssd-bbd6f73bbad478a450ecfa2933a63de6dc269778.zip
tests: Add NSS responder tests for bysid requests
Reviewed-by: Lukáš Slebodník <lslebodn@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 52fbd510d..0aad222c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1761,6 +1761,7 @@ nss_srv_tests_CFLAGS = \
nss_srv_tests_LDFLAGS = \
-Wl,-wrap,sss_ncache_check_user \
-Wl,-wrap,sss_ncache_check_uid \
+ -Wl,-wrap,sss_ncache_check_sid \
-Wl,-wrap,sss_packet_get_body \
-Wl,-wrap,sss_packet_get_cmd \
-Wl,-wrap,sss_cmd_send_empty \