1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add some environment checks prior to sepgsql regression testing.

This probably needs more work, but it's a start.

KaiGai Kohei
This commit is contained in:
Robert Haas
2011-07-25 10:51:02 -04:00
parent f5af8eed92
commit 8cca49d8a0
3 changed files with 253 additions and 2 deletions

View File

@ -257,7 +257,7 @@ ifndef PGXS
endif
# against installed postmaster
installcheck: submake
installcheck: submake $(REGRESS_PREP)
$(pg_regress_installcheck) $(REGRESS_OPTS) $(REGRESS)
ifdef PGXS
@ -265,7 +265,7 @@ check:
@echo '"$(MAKE) check" is not supported.'
@echo 'Do "$(MAKE) install", then "$(MAKE) installcheck" instead.'
else
check: all submake
check: all submake $(REGRESS_PREP)
$(pg_regress_check) --extra-install=$(subdir) $(REGRESS_OPTS) $(REGRESS)
endif
endif # REGRESS