Set PROVE in Makefile if needed

This commit is contained in:
Andrew Kane
2022-12-23 08:22:38 -08:00
parent 0f69cc789a
commit 3f3ba5b8e7
2 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,11 @@ PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
# for Mac
ifeq ($(PROVE),)
PROVE = prove
endif
# for Postgres 15
PROVE_FLAGS += -I ./test/perl