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 8df9eed commit c56e9beCopy full SHA for c56e9be
src/test/recovery/Makefile
@@ -0,0 +1,17 @@
1
+#-------------------------------------------------------------------------
2
+#
3
+# Makefile for src/test/recovery
4
5
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
6
+# Portions Copyright (c) 1994, Regents of the University of California
7
8
+# src/test/recovery/Makefile
9
10
11
+
12
+subdir = src/test/recovery
13
+top_builddir = ../../..
14
+include $(top_builddir)/src/Makefile.global
15
16
+check:
17
+ $(prove_check)
0 commit comments