summaryrefslogtreecommitdiff
path: root/src/test/ldap
diff options
context:
space:
mode:
authorPeter Eisentraut2018-01-19 17:17:35 +0000
committerPeter Eisentraut2018-01-23 12:11:38 +0000
commitf5da5683a86e9fc42fdf3eae2da8b096bda76a8a (patch)
treeac6b791742ae4894bf4758427cf64188a78628fa /src/test/ldap
parentb3f8401205afdaf63cb20dc316d44644c933d5a1 (diff)
Add installcheck support to more test suites
Several of the test suites under src/test/ were missing an installcheck target.
Diffstat (limited to 'src/test/ldap')
-rw-r--r--src/test/ldap/Makefile3
-rw-r--r--src/test/ldap/README4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/test/ldap/Makefile b/src/test/ldap/Makefile
index 50e3c17e951..fef5742b82c 100644
--- a/src/test/ldap/Makefile
+++ b/src/test/ldap/Makefile
@@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
check:
$(prove_check)
+installcheck:
+ $(prove_installcheck)
+
clean distclean maintainer-clean:
rm -rf tmp_check
diff --git a/src/test/ldap/README b/src/test/ldap/README
index 61579f87c6a..61578385c5f 100644
--- a/src/test/ldap/README
+++ b/src/test/ldap/README
@@ -18,3 +18,7 @@ Running the tests
=================
make check
+
+or
+
+ make installcheck