aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_predtest/Makefile
blob: 1b50fa31a4e59f2546a4f9a05e618637cb4d68cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# src/test/modules/test_predtest/Makefile

MODULE_big = test_predtest
OBJS = test_predtest.o $(WIN32RES)
PGFILEDESC = "test_predtest - test code for optimizer/util/predtest.c"

EXTENSION = test_predtest
DATA = test_predtest--1.0.sql

REGRESS = test_predtest

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = src/test/modules/test_predtest
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif