We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d45a commit 6d028c4Copy full SHA for 6d028c4
contrib/pg_arman/Makefile
@@ -23,6 +23,8 @@ DOCS = doc/pg_arman.txt
23
24
EXTRA_CLEAN = datapagemap.c datapagemap.h xlogreader.c
25
26
+REGRESS = init option show delete backup restore
27
+
28
# asciidoc and xmlto are present, so install the html documentation and man
29
# pages as well. html is part of the vanilla documentation. Man pages need a
30
# special handling at installation.
@@ -57,7 +59,6 @@ PG_CPPFLAGS = -I$(libpq_srcdir)
57
59
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
58
60
PG_LIBS = $(libpq_pgport)
61
-REGRESS = init option show delete backup restore
62
63
64
envtest:
0 commit comments