Skip to content

Commit c56e9be

Browse files
committed
makefile for tests
1 parent 8df9eed commit c56e9be

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/test/recovery/Makefile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)