From f5da5683a86e9fc42fdf3eae2da8b096bda76a8a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 19 Jan 2018 12:17:35 -0500 Subject: Add installcheck support to more test suites Several of the test suites under src/test/ were missing an installcheck target. --- src/test/ldap/Makefile | 3 +++ src/test/ldap/README | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'src/test/ldap') 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 -- cgit v1.2.3