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 3eecc14 commit 5a405c0Copy full SHA for 5a405c0
Makefile
@@ -51,10 +51,27 @@ else
51
REGRESS += array
52
endif
53
54
+# For 9.6-11 we have to make specific target with tap tests
55
+SPECIFIC_TAP =
56
+
57
+ifeq ($(MAJORVERSION), 9.6)
58
+SPECIFIC_TAP = yes
59
+endif
60
61
+ifeq ($(MAJORVERSION), 10)
62
63
64
65
+ifeq ($(MAJORVERSION), 11)
66
67
68
69
+ifdef SPECIFIC_TAP
70
wal-check: temp-install
71
$(prove_check)
72
73
check: wal-check
74
75
76
all: $(SQL_built)
77
0 commit comments