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:
@@ -16,5 +16,8 @@ include $(top_builddir)/src/Makefile.global
|
||||
check:
|
||||
$(prove_check)
|
||||
|
||||
installcheck:
|
||||
$(prove_installcheck)
|
||||
|
||||
clean distclean maintainer-clean:
|
||||
rm -rf tmp_check
|
||||
|
@@ -13,4 +13,8 @@ Running the tests
|
||||
|
||||
make check
|
||||
|
||||
or
|
||||
|
||||
make installcheck
|
||||
|
||||
NOTE: This requires the --enable-tap-tests argument to configure.
|
||||
|
Reference in New Issue
Block a user