summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-06-01 16:47:48 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-23 13:47:24 +0200
commitb8946a5dbde01a87465de707092716349a35248b (patch)
tree24a14bd8edfd221fe93cc7504eebc34902f06b7a /src/external
parentd36f4db9bb5efc63b94190cca25adb08ee56971c (diff)
downloadsssd-b8946a5dbde01a87465de707092716349a35248b.tar.gz
sssd-b8946a5dbde01a87465de707092716349a35248b.tar.xz
sssd-b8946a5dbde01a87465de707092716349a35248b.zip
TESTS: Add an integration test for the timestamps cache
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/external')
-rw-r--r--src/external/intgcheck.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/external/intgcheck.m4 b/src/external/intgcheck.m4
index 80d41b599..ac68b85dd 100644
--- a/src/external/intgcheck.m4
+++ b/src/external/intgcheck.m4
@@ -28,5 +28,6 @@ AC_DEFUN([SSS_ENABLE_INTGCHECK_REQS], [
SSS_INTGCHECK_REQ([HAVE_PYTHON2], [python2])
SSS_INTGCHECK_REQ([HAVE_PYTEST], [pytest])
SSS_INTGCHECK_REQ([HAVE_PY2MOD_LDAP], [python-ldap])
+ SSS_INTGCHECK_REQ([HAVE_PY2MOD_LDAP], [pyldb])
fi
])