Added prove_installcheck for Windows

This commit is contained in:
Andrew Kane
2022-12-08 22:57:46 -08:00
parent 8c81213592
commit e52ef4f2b5
2 changed files with 7 additions and 0 deletions

View File

@@ -54,3 +54,7 @@ install:
installcheck:
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
prove_installcheck:
rm -rf tmp_check
PGPORT=65432 PG_REGRESS="$(BINDIR)\pg_regress" $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl