Skip to content

Commit eae235f

Browse files
committed
run tap tests
1 parent ef64dcf commit eae235f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/mmts/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ DATA = multimaster--1.0.sql
66

77
.PHONY: all
88

9+
EXTRA_INSTALL=contrib/mmts
10+
911
all: multimaster.so
1012

1113
PG_CPPFLAGS = -I$(libpq_srcdir)
@@ -21,3 +23,7 @@ top_builddir = ../..
2123
include $(top_builddir)/src/Makefile.global
2224
include $(top_srcdir)/contrib/contrib-global.mk
2325
endif
26+
27+
check: temp-install
28+
$(prove_check)
29+

0 commit comments

Comments
 (0)