1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Add installcheck support to more test suites

Several of the test suites under src/test/ were missing an installcheck
target.
This commit is contained in:
Peter Eisentraut
2018-01-19 12:17:35 -05:00
parent b3f8401205
commit f5da5683a8
10 changed files with 46 additions and 9 deletions

View File

@@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
check:
$(prove_check)
installcheck:
$(prove_installcheck)
clean distclean maintainer-clean:
rm -rf tmp_check

View File

@@ -13,4 +13,8 @@ Running the tests
make check
or
make installcheck
NOTE: This requires the --enable-tap-tests argument to configure.